#CC3421

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

Shades of Harley Davidson Orange #CC3421

Tints of Harley Davidson Orange #CC3421

Color information

#CC3421 (or 0xCC3421) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 34 and 21. RGB value is (204,52,33). Sum of RGB (Red+Green+Blue) = 204+52+33=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3421 is #33CBDE. Grayscale: #5F5F5F. Windows color (decimal): -3394527 or 2176204. OLE color: 2176204.

HSL color Cylindrical-coordinate representation of color #CC3421: hue angle of 6.67º 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 #CC3421 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB2045233-
CMYK00.750.840.2
HSL6.67º72.15%46.47%-
HSV(B)6.67º83.82%80%-
XYZ26.415.43.02-
YUV95.2892.86205.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 70.59%
GREEN value IS 52 (20.70% from 255) = 17.99%
BLUE value IS 33 (13.28% from 255) = 11.42%
R=70.59%
G=17.99%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204523300.750.840.26.6772.1546.47
HexCC342104B54147482e
Octal3146441011312424711056
Binary11001100110100100001010010111010100101001111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3421; }

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

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

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

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

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

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

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

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