Html Css Color HEX #CF420F Harley Davidson Orange

📋 copy color: '#CF420F'

red 207 ◦ green 66 ◦ blue 15

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

Shades of Harley Davidson Orange #CF420F

Tints of Harley Davidson Orange #CF420F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.92%

 BLUE value IS 15 (6.25% from 255) = 5.21%

R = 71.88%
G = 22.92%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF420F (or 0xCF420F) is known color: Harley Davidson Orange. HEX triplet: CF, 42 and 0F. RGB value is (207,66,15). Sum of RGB (Red+Green+Blue) = 207+66+15=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF420F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF420F is #30BDF0. Grayscale: #666666. Windows color (decimal): -3194353 or 1000143. OLE color: 1000143.

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

Color convert

RGB 207 66 15 -
CMYK 0 0.68 0.93 0.19
HSL 15.94º 0.86% 0.44% -
HSV(B) 15.94º 0.93% 0.81% -
XYZ 27.77 17.2 2.31 -
YUV 102.35 78.71 202.65 -
System Red Green Blue C M Y K H S L
Decimal 207 66 15 0 0.68 0.93 0.19 15.94 0.86 0.44
Hex CF 42 F 0 44 5D 13 10 56 2C
Octal 317 102 17 0 104 135 23 20 126 54
Binary 11001111 1000010 1111 0 1000100 1011101 10011 10000 1010110 101100

Color Harmonies of #CF420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF420F

Black with #CF420F

Text Example


Text Example

White with #CF420F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF420F; }

 p { color: rgb(207,66,15); }

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

background-color css

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

 a { background-color: rgb(207,66,15); }

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

border-color css

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

 span { border-color: rgb(207,66,15); }

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