#CF2B18

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

Shades of Harley Davidson Orange #CF2B18

Tints of Harley Davidson Orange #CF2B18

Color information

#CF2B18 (or 0xCF2B18) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 2B and 18. RGB value is (207,43,24). Sum of RGB (Red+Green+Blue) = 207+43+24=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2B18 is #30D4E7. Grayscale: #5A5A5A. Windows color (decimal): -3200232 or 1584079. OLE color: 1584079.

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

Color convert

RGB2074324-
CMYK00.790.880.19
HSL6.23º79.22%45.29%-
HSV(B)6.23º88.41%81.18%-
XYZ26.7615.062.36-
YUV89.8790.83211.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 75.55%
GREEN value IS 43 (17.19% from 255) = 15.69%
BLUE value IS 24 (9.77% from 255) = 8.76%
R=75.55%
G=15.69%
B=8.76%

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
Decimal207432400.790.880.196.2379.2245.29
HexCF2B1804F581364f2d
Octal3175330011713023611755
Binary1100111110101111000010011111011000100111101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2B18; }

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

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

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

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

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

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

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

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