#CC310E

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

Shades of Harley Davidson Orange #CC310E

Tints of Harley Davidson Orange #CC310E

Color information

#CC310E (or 0xCC310E) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 31 and 0E. RGB value is (204,49,14). Sum of RGB (Red+Green+Blue) = 204+49+14=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC310E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC310E is #33CEF1. Grayscale: #5B5B5B. Windows color (decimal): -3395314 or 930252. OLE color: 930252.

HSL color Cylindrical-coordinate representation of color #CC310E: hue angle of 11.05º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC310E is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB2044914-
CMYK00.760.930.2
HSL11.05º87.16%42.75%-
HSV(B)11.05º93.14%80%-
XYZ26.0815.071.95-
YUV91.3584.35208.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 76.40%
GREEN value IS 49 (19.53% from 255) = 18.35%
BLUE value IS 14 (5.86% from 255) = 5.24%
R=76.40%
G=18.35%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204491400.760.930.211.0587.1642.75
HexCC31E04C5D14b572b
Octal31461160114135241312753
Binary1100110011000111100100110010111011010010111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC310E; }

 p { color: rgb(204,49,14); }

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

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

 a { background-color: rgb(204,49,14); }

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

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

 span { border-color: rgb(204,49,14); }

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