#CF2912

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

Shades of Harley Davidson Orange #CF2912

Tints of Harley Davidson Orange #CF2912

Color information

#CF2912 (or 0xCF2912) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 29 and 12. RGB value is (207,41,18). Sum of RGB (Red+Green+Blue) = 207+41+18=266 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.82% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2912 is #30D6ED. Grayscale: #585858. Windows color (decimal): -3200750 or 1190351. OLE color: 1190351.

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

Color convert

RGB2074118-
CMYK00.800.910.19
HSL7.3º84%44.12%-
HSV(B)7.3º91.3%81.18%-
XYZ26.6314.892.04-
YUV88.0188.5212.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 77.82%
GREEN value IS 41 (16.41% from 255) = 15.41%
BLUE value IS 18 (7.42% from 255) = 6.77%
R=77.82%
G=15.41%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207411800.800.910.197.38444.12
HexCF29120505B137542c
Octal3175122012013323712454
Binary1100111110100110010010100001011011100111111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2912; }

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

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

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

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

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

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

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

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