#CF2812

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

Shades of Harley Davidson Orange #CF2812

Tints of Harley Davidson Orange #CF2812

Color information

#CF2812 (or 0xCF2812) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 28 and 12. RGB value is (207,40,18). Sum of RGB (Red+Green+Blue) = 207+40+18=265 (35% of max value = 765). Red value is 207 (81.25% from 255 or 78.11% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2812 is #30D7ED. Grayscale: #575757. Windows color (decimal): -3201006 or 1190095. OLE color: 1190095.

HSL color Cylindrical-coordinate representation of color #CF2812: hue angle of 6.98º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF2812 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB2074018-
CMYK00.810.910.19
HSL6.98º84%44.12%-
HSV(B)6.98º91.3%81.18%-
XYZ26.614.832.03-
YUV87.4288.83213.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 78.11%
GREEN value IS 40 (16.02% from 255) = 15.09%
BLUE value IS 18 (7.42% from 255) = 6.79%
R=78.11%
G=15.09%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207401800.810.910.196.988444.12
HexCF28120515B137542c
Octal3175022012113323712454
Binary1100111110100010010010100011011011100111111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2812; }

 p { color: rgb(207,40,18); }

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

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

 a { background-color: rgb(207,40,18); }

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

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

 span { border-color: rgb(207,40,18); }

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