#CF3720

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

Shades of Harley Davidson Orange #CF3720

Tints of Harley Davidson Orange #CF3720

Color information

#CF3720 (or 0xCF3720) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 37 and 20. RGB value is (207,55,32). Sum of RGB (Red+Green+Blue) = 207+55+32=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3720 is #30C8DF. Grayscale: #626262. Windows color (decimal): -3197152 or 2111439. OLE color: 2111439.

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

Color convert

RGB2075532-
CMYK00.730.850.19
HSL7.89º73.22%46.86%-
HSV(B)7.89º84.54%81.18%-
XYZ27.3616.13.03-
YUV97.8390.86205.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 70.41%
GREEN value IS 55 (21.88% from 255) = 18.71%
BLUE value IS 32 (12.89% from 255) = 10.88%
R=70.41%
G=18.71%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207553200.730.850.197.8973.2246.86
HexCF372004955138492f
Octal31767400111125231011157
Binary110011111101111000000100100110101011001110001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3720; }

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

 H1.HeaderClassName
 {
   color: #CF3720;
 }
 .AnyTagClassName
 {
   color: #CF3720;
 }
</style>
background-color css

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

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

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

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

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

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