#CC1810

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

Shades of Harley Davidson Orange #CC1810

Tints of Harley Davidson Orange #CC1810

Color information

#CC1810 (or 0xCC1810) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 18 and 10. RGB value is (204,24,16). Sum of RGB (Red+Green+Blue) = 204+24+16=244 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.61% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1810 is #33E7EF. Grayscale: #4D4D4D. Windows color (decimal): -3401712 or 1054924. OLE color: 1054924.

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

Color convert

RGB2042416-
CMYK00.880.920.2
HSL2.55º85.45%43.14%-
HSV(B)2.55º92.16%80%-
XYZ25.3213.531.77-
YUV76.9193.63218.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 83.61%
GREEN value IS 24 (9.77% from 255) = 9.84%
BLUE value IS 16 (6.64% from 255) = 6.56%
R=83.61%
G=9.84%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204241600.880.920.22.5585.4543.14
HexCC18100585C143552b
Octal3143020013013424312553
Binary11001100110001000001011000101110010100111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1810; }

 p { color: rgb(204,24,16); }

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

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

 a { background-color: rgb(204,24,16); }

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

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

 span { border-color: rgb(204,24,16); }

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