#CC3F0A

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

Shades of Harley Davidson Orange #CC3F0A

Tints of Harley Davidson Orange #CC3F0A

Color information

#CC3F0A (or 0xCC3F0A) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 3F and 0A. RGB value is (204,63,10). Sum of RGB (Red+Green+Blue) = 204+63+10=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3F0A is #33C0F5. Grayscale: #636363. Windows color (decimal): -3391734 or 671692. OLE color: 671692.

HSL color Cylindrical-coordinate representation of color #CC3F0A: hue angle of 16.39º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC3F0A is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB2046310-
CMYK00.690.950.2
HSL16.39º90.65%41.96%-
HSV(B)16.39º95.1%80%-
XYZ26.7316.412.05-
YUV99.1277.71202.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 73.65%
GREEN value IS 63 (25% from 255) = 22.74%
BLUE value IS 10 (4.30% from 255) = 3.61%
R=73.65%
G=22.74%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.95
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204631000.690.950.216.3990.6541.96
HexCC3FA0455F14105b2a
Octal31477120105137242013352
Binary11001100111111101001000101101111110100100001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3F0A; }

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

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

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

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

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

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

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

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