#CC3921

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

Shades of Harley Davidson Orange #CC3921

Tints of Harley Davidson Orange #CC3921

Color information

#CC3921 (or 0xCC3921) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 39 and 21. RGB value is (204,57,33). Sum of RGB (Red+Green+Blue) = 204+57+33=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3921 is #33C6DE. Grayscale: #626262. Windows color (decimal): -3393247 or 2177484. OLE color: 2177484.

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

Color convert

RGB2045733-
CMYK00.720.840.2
HSL8.42º72.15%46.47%-
HSV(B)8.42º83.82%80%-
XYZ26.6415.873.1-
YUV98.2291.2203.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 69.39%
GREEN value IS 57 (22.66% from 255) = 19.39%
BLUE value IS 33 (13.28% from 255) = 11.22%
R=69.39%
G=19.39%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204573300.720.840.28.4272.1546.47
HexCC392104854148482e
Octal31471410110124241011056
Binary110011001110011000010100100010101001010010001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3921; }

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

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

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

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

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

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

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

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