#CF200C

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

Shades of Harley Davidson Orange #CF200C

Tints of Harley Davidson Orange #CF200C

Color information

#CF200C (or 0xCF200C) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 20 and 0C. RGB value is (207,32,12). Sum of RGB (Red+Green+Blue) = 207+32+12=251 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.47% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 207 - color contains mainly: red. Hex color #CF200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF200C is #30DFF3. Grayscale: #525252. Windows color (decimal): -3203060 or 794831. OLE color: 794831.

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

Color convert

RGB2073212-
CMYK00.850.940.19
HSL6.15º89.04%42.94%-
HSV(B)6.15º94.2%81.18%-
XYZ26.3214.321.73-
YUV82.0488.48217.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 82.47%
GREEN value IS 32 (12.89% from 255) = 12.75%
BLUE value IS 12 (5.08% from 255) = 4.78%
R=82.47%
G=12.75%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207321200.850.940.196.1589.0442.94
HexCF20C0555E136592b
Octal3174014012513623613153
Binary110011111000001100010101011011110100111101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF200C; }

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

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

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

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

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

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

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

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