#CF2B12

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

Shades of Harley Davidson Orange #CF2B12

Tints of Harley Davidson Orange #CF2B12

Color information

#CF2B12 (or 0xCF2B12) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 2B and 12. RGB value is (207,43,18). Sum of RGB (Red+Green+Blue) = 207+43+18=268 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.24% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2B12 is #30D4ED. Grayscale: #595959. Windows color (decimal): -3200238 or 1190863. OLE color: 1190863.

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

Color convert

RGB2074318-
CMYK00.790.910.19
HSL7.94º84%44.12%-
HSV(B)7.94º91.3%81.18%-
XYZ26.7115.042.07-
YUV89.1987.83212.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 77.24%
GREEN value IS 43 (17.19% from 255) = 16.04%
BLUE value IS 18 (7.42% from 255) = 6.72%
R=77.24%
G=16.04%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207431800.790.910.197.948444.12
HexCF2B1204F5B138542c
Octal31753220117133231012454
Binary11001111101011100100100111110110111001110001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2B12; }

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

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

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

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

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

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

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

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