Html Css Color HEX #CF4712 Harley Davidson Orange

📋 copy color: '#CF4712'

red 207 ◦ green 71 ◦ blue 18

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

Shades of Harley Davidson Orange #CF4712

Tints of Harley Davidson Orange #CF4712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.99%

 BLUE value IS 18 (7.42% from 255) = 6.08%

R = 69.93%
G = 23.99%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF4712 (or 0xCF4712) is known color: Harley Davidson Orange. HEX triplet: CF, 47 and 12. RGB value is (207,71,18). Sum of RGB (Red+Green+Blue) = 207+71+18=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4712 is #30B8ED. Grayscale: #696969. Windows color (decimal): -3193070 or 1198031. OLE color: 1198031.

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

Color convert

RGB 207 71 18 -
CMYK 0 0.66 0.91 0.19
HSL 16.83º 0.84% 0.44% -
HSV(B) 16.83º 0.91% 0.81% -
XYZ 28.09 17.82 2.53 -
YUV 105.62 78.56 200.31 -
System Red Green Blue C M Y K H S L
Decimal 207 71 18 0 0.66 0.91 0.19 16.83 0.84 0.44
Hex CF 47 12 0 42 5B 13 11 54 2C
Octal 317 107 22 0 102 133 23 21 124 54
Binary 11001111 1000111 10010 0 1000010 1011011 10011 10001 1010100 101100

Color Harmonies of #CF4712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4712

Black with #CF4712

Text Example


Text Example

White with #CF4712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4712; }

 p { color: rgb(207,71,18); }

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

background-color css

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

 a { background-color: rgb(207,71,18); }

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

border-color css

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

 span { border-color: rgb(207,71,18); }

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