#CF3620

Color #CF3620 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #CF3620

Tints of Harley Davidson Orange #CF3620

Color information

#CF3620 (or 0xCF3620) is unknown color: approx 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

RGB2075432-
CMYK00.740.850.19
HSL7.54º73.22%46.86%-
HSV(B)7.54º84.54%81.18%-
XYZ27.3116.013.02-
YUV97.2491.19206.29-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207543200.740.850.197.5473.2246.86
HexCF362004A55138492f
Octal31766400112125231011157
Binary110011111101101000000100101010101011001110001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>