#CF2C18

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

Shades of Harley Davidson Orange #CF2C18

Tints of Harley Davidson Orange #CF2C18

Color information

#CF2C18 (or 0xCF2C18) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 2C and 18. RGB value is (207,44,24). Sum of RGB (Red+Green+Blue) = 207+44+24=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2C18 is #30D3E7. Grayscale: #5A5A5A. Windows color (decimal): -3199976 or 1584335. OLE color: 1584335.

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

Color convert

RGB2074424-
CMYK00.790.880.19
HSL6.56º79.22%45.29%-
HSV(B)6.56º88.41%81.18%-
XYZ26.815.132.37-
YUV90.4690.5211.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 75.27%
GREEN value IS 44 (17.58% from 255) = 16%
BLUE value IS 24 (9.77% from 255) = 8.73%
R=75.27%
G=16%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207442400.790.880.196.5679.2245.29
HexCF2C1804F581374f2d
Octal3175430011713023711755
Binary1100111110110011000010011111011000100111111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2C18; }

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

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

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

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

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

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

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

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