#cf2f0d

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

Shades of Harley Davidson Orange #CF2F0D

Tints of Harley Davidson Orange #CF2F0D

Color information

#CF2F0D (or 0xCF2F0D) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 2F and 0D. RGB value is (207,47,13). Sum of RGB (Red+Green+Blue) = 207+47+13=267 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.53% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2F0D is #30D0F2. Grayscale: #5B5B5B. Windows color (decimal): -3199219 or 864207. OLE color: 864207.

HSL color Cylindrical-coordinate representation of color #CF2F0D: hue angle of 10.52º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF2F0D is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB2074713-
CMYK00.770.940.19
HSL10.52º88.18%43.14%-
HSV(B)10.52º93.72%81.18%-
XYZ26.8215.331.93-
YUV90.9684.01210.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 77.53%
GREEN value IS 47 (18.75% from 255) = 17.60%
BLUE value IS 13 (5.47% from 255) = 4.87%
R=77.53%
G=17.60%
B=4.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207471300.770.940.1910.5288.1843.14
HexCF2FD04D5E13b582b
Octal31757150115136231313053
Binary1100111110111111010100110110111101001110111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf2f0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf2f0d; }

 p { color: rgb(207,47,13); }

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

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

 a { background-color: rgb(207,47,13); }

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

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

 span { border-color: rgb(207,47,13); }

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