#CF2D18

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

Shades of Harley Davidson Orange #CF2D18

Tints of Harley Davidson Orange #CF2D18

Color information

#CF2D18 (or 0xCF2D18) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 2D and 18. RGB value is (207,45,24). Sum of RGB (Red+Green+Blue) = 207+45+24=276 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2D18 is #30D2E7. Grayscale: #5B5B5B. Windows color (decimal): -3199720 or 1584591. OLE color: 1584591.

HSL color Cylindrical-coordinate representation of color #CF2D18: hue angle of 6.89º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF2D18 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB2074524-
CMYK00.780.880.19
HSL6.89º79.22%45.29%-
HSV(B)6.89º88.41%81.18%-
XYZ26.8415.212.39-
YUV91.0490.17210.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 75%
GREEN value IS 45 (17.97% from 255) = 16.30%
BLUE value IS 24 (9.77% from 255) = 8.70%
R=75%
G=16.30%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207452400.780.880.196.8979.2245.29
HexCF2D1804E581374f2d
Octal3175530011613023711755
Binary1100111110110111000010011101011000100111111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2D18; }

 p { color: rgb(207,45,24); }

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

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

 a { background-color: rgb(207,45,24); }

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

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

 span { border-color: rgb(207,45,24); }

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