#CF2E18

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

Shades of Harley Davidson Orange #CF2E18

Tints of Harley Davidson Orange #CF2E18

Color information

#CF2E18 (or 0xCF2E18) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 2E and 18. RGB value is (207,46,24). Sum of RGB (Red+Green+Blue) = 207+46+24=277 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.73% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2E18 is #30D1E7. Grayscale: #5B5B5B. Windows color (decimal): -3199464 or 1584847. OLE color: 1584847.

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

Color convert

RGB2074624-
CMYK00.780.880.19
HSL7.21º79.22%45.29%-
HSV(B)7.21º88.41%81.18%-
XYZ26.8715.292.4-
YUV91.6389.84210.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 74.73%
GREEN value IS 46 (18.36% from 255) = 16.61%
BLUE value IS 24 (9.77% from 255) = 8.66%
R=74.73%
G=16.61%
B=8.66%

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
Decimal207462400.780.880.197.2179.2245.29
HexCF2E1804E581374f2d
Octal3175630011613023711755
Binary1100111110111011000010011101011000100111111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2E18; }

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

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

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

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

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

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

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

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