#cf371d

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

Shades of Harley Davidson Orange #CF371D

Tints of Harley Davidson Orange #CF371D

Color information

#CF371D (or 0xCF371D) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 37 and 1D. RGB value is (207,55,29). Sum of RGB (Red+Green+Blue) = 207+55+29=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF371D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF371D is #30C8E2. Grayscale: #616161. Windows color (decimal): -3197155 or 1914831. OLE color: 1914831.

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

Color convert

RGB2075529-
CMYK00.730.860.19
HSL8.76º75.42%46.27%-
HSV(B)8.76º85.99%81.18%-
XYZ27.3216.092.83-
YUV97.4889.36206.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 71.13%
GREEN value IS 55 (21.88% from 255) = 18.90%
BLUE value IS 29 (11.72% from 255) = 9.97%
R=71.13%
G=18.90%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207552900.730.860.198.7675.4246.27
HexCF371D049561394b2e
Octal31767350111126231111356
Binary11001111110111111010100100110101101001110011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf371d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf371d; }

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

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

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

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

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

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

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

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