#CF220C

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

Shades of Harley Davidson Orange #CF220C

Tints of Harley Davidson Orange #CF220C

Color information

#CF220C (or 0xCF220C) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 22 and 0C. RGB value is (207,34,12). Sum of RGB (Red+Green+Blue) = 207+34+12=253 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.82% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 207 - color contains mainly: red. Hex color #CF220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF220C is #30DDF3. Grayscale: #535353. Windows color (decimal): -3202548 or 795343. OLE color: 795343.

HSL color Cylindrical-coordinate representation of color #CF220C: hue angle of 6.77º degrees, saturation: 0.89, 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 #CF220C is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB2073412-
CMYK00.840.940.19
HSL6.77º89.04%42.94%-
HSV(B)6.77º94.2%81.18%-
XYZ26.3714.441.74-
YUV83.2287.81216.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 81.82%
GREEN value IS 34 (13.67% from 255) = 13.44%
BLUE value IS 12 (5.08% from 255) = 4.74%
R=81.82%
G=13.44%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207341200.840.940.196.7789.0442.94
HexCF22C0545E137592b
Octal3174214012413623713153
Binary110011111000101100010101001011110100111111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF220C; }

 p { color: rgb(207,34,12); }

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

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

 a { background-color: rgb(207,34,12); }

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

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

 span { border-color: rgb(207,34,12); }

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