#CC3521

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

Shades of Harley Davidson Orange #CC3521

Tints of Harley Davidson Orange #CC3521

Color information

#CC3521 (or 0xCC3521) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 35 and 21. RGB value is (204,53,33). Sum of RGB (Red+Green+Blue) = 204+53+33=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3521 is #33CADE. Grayscale: #606060. Windows color (decimal): -3394271 or 2176460. OLE color: 2176460.

HSL color Cylindrical-coordinate representation of color #CC3521: hue angle of 7.02º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC3521 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB2045333-
CMYK00.740.840.2
HSL7.02º72.15%46.47%-
HSV(B)7.02º83.82%80%-
XYZ26.4515.493.04-
YUV95.8792.53205.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 70.34%
GREEN value IS 53 (21.09% from 255) = 18.28%
BLUE value IS 33 (13.28% from 255) = 11.38%
R=70.34%
G=18.28%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204533300.740.840.27.0272.1546.47
HexCC352104A54147482e
Octal3146541011212424711056
Binary11001100110101100001010010101010100101001111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3521; }

 p { color: rgb(204,53,33); }

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

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

 a { background-color: rgb(204,53,33); }

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

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

 span { border-color: rgb(204,53,33); }

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