#CC3F21

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

Shades of Harley Davidson Orange #CC3F21

Tints of Harley Davidson Orange #CC3F21

Color information

#CC3F21 (or 0xCC3F21) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 3F and 21. RGB value is (204,63,33). Sum of RGB (Red+Green+Blue) = 204+63+33=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3F21 is #33C0DE. Grayscale: #656565. Windows color (decimal): -3391711 or 2179020. OLE color: 2179020.

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

Color convert

RGB2046333-
CMYK00.690.840.2
HSL10.53º72.15%46.47%-
HSV(B)10.53º83.82%80%-
XYZ26.9516.53.2-
YUV101.7489.21200.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 68%
GREEN value IS 63 (25% from 255) = 21%
BLUE value IS 33 (13.28% from 255) = 11%
R=68%
G=21%
B=11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204633300.690.840.210.5372.1546.47
HexCC3F210455414b482e
Octal31477410105124241311056
Binary110011001111111000010100010110101001010010111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3F21; }

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

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

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

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

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

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

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

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