Html Css Color HEX #CF3620 Harley Davidson Orange

📋 copy color: '#CF3620'

red 207 ◦ green 54 ◦ blue 32

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

Shades of Harley Davidson Orange #CF3620

Tints of Harley Davidson Orange #CF3620

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.43%

 BLUE value IS 32 (12.89% from 255) = 10.92%

R = 70.65%
G = 18.43%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF3620 (or 0xCF3620) is known color: Harley Davidson Orange. HEX triplet: CF, 36 and 20. RGB value is (207,54,32). Sum of RGB (Red+Green+Blue) = 207+54+32=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3620 is #30C9DF. Grayscale: #616161. Windows color (decimal): -3197408 or 2111183. OLE color: 2111183.

HSL color Cylindrical-coordinate representation of color #CF3620: hue angle of 7.54º degrees, saturation: 0.73, 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 #CF3620 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 54 32 -
CMYK 0 0.74 0.85 0.19
HSL 7.54º 0.73% 0.47% -
HSV(B) 7.54º 0.85% 0.81% -
XYZ 27.31 16.01 3.02 -
YUV 97.24 91.19 206.29 -
System Red Green Blue C M Y K H S L
Decimal 207 54 32 0 0.74 0.85 0.19 7.54 0.73 0.47
Hex CF 36 20 0 4A 55 13 8 49 2F
Octal 317 66 40 0 112 125 23 10 111 57
Binary 11001111 110110 100000 0 1001010 1010101 10011 1000 1001001 101111

Color Harmonies of #CF3620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3620

Black with #CF3620

Text Example


Text Example

White with #CF3620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3620; }

 p { color: rgb(207,54,32); }

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

background-color css

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

 a { background-color: rgb(207,54,32); }

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

border-color css

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

 span { border-color: rgb(207,54,32); }

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