Html Css Color HEX #CF461F Harley Davidson Orange

📋 copy color: '#CF461F'

red 207 ◦ green 70 ◦ blue 31

#CF461F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #CF461F

Tints of Harley Davidson Orange #CF461F

RGB

 RED value IS 207 (81.25% from 255) = 67.21%

 GREEN value IS 70 (27.73% from 255) = 22.73%

 BLUE value IS 31 (12.5% from 255) = 10.06%

R = 67.21%
G = 22.73%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF461F (or 0xCF461F) is known color: Harley Davidson Orange. HEX triplet: CF, 46 and 1F. RGB value is (207,70,31). Sum of RGB (Red+Green+Blue) = 207+70+31=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF461F is #30B9E0. Grayscale: #6A6A6A. Windows color (decimal): -3193313 or 2049743. OLE color: 2049743.

HSL color Cylindrical-coordinate representation of color #CF461F: hue angle of 13.3º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF461F is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 70 31 -
CMYK 0 0.66 0.85 0.19
HSL 13.3º 0.74% 0.47% -
HSV(B) 13.3º 0.85% 0.81% -
XYZ 28.17 17.74 3.24 -
YUV 106.52 85.39 199.67 -
System Red Green Blue C M Y K H S L
Decimal 207 70 31 0 0.66 0.85 0.19 13.3 0.74 0.47
Hex CF 46 1F 0 42 55 13 D 4A 2F
Octal 317 106 37 0 102 125 23 15 112 57
Binary 11001111 1000110 11111 0 1000010 1010101 10011 1101 1001010 101111

Color Harmonies of #CF461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF461F

Black with #CF461F

Text Example


Text Example

White with #CF461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF461F; }

 p { color: rgb(207,70,31); }

 H1.HeaderClassName
 {
   color: #CF461F;
 }
 .AnyTagClassName
 {
   color: #CF461F;
 }
</style>

background-color css

<style>
 a { background-color: #CF461F; }

 a { background-color: rgb(207,70,31); }

 div.DivClassName
 {
   background-color: #CF461F;
 }
 .BgClassName
 {
   background-color: #CF461F;
 }
</style>

border-color css

<style>
 span { border-color: #CF461F; }

 span { border-color: rgb(207,70,31); }

 td.TdClassName
 {
   border-color: #CF461F;
 }
 .TagClassName
 {
   border-color: #CF461F;
 }
</style>