Html Css Color HEX #CC3C05 Harley Davidson Orange
📋 copy color: '#CC3C05'red 204 ◦ green 60 ◦ blue 5
Shades of Harley Davidson Orange #CC3C05
Tints of Harley Davidson Orange #CC3C05
RGB
CMYK
RGB Variations
Color information
#CC3C05 (or 0xCC3C05) is known color: Harley Davidson Orange. HEX triplet: CC, 3C and 05. RGB value is (204,60,5). Sum of RGB (Red+Green+Blue) = 204+60+5=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3C05 is #33C3FA. Grayscale: #616161. Windows color (decimal): -3392507 or 343244. OLE color: 343244.
HSL color Cylindrical-coordinate representation of color #CC3C05: hue angle of 16.58º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC3C05 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 60 | 5 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.2 |
| HSL | 16.58º | 0.95% | 0.41% | - |
| HSV(B) | 16.58º | 0.98% | 0.8% | - |
| XYZ | 26.55 | 16.08 | 1.85 | - |
| YUV | 96.79 | 76.21 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 5 | 0 | 0.71 | 0.98 | 0.2 | 16.58 | 0.95 | 0.41 |
| Hex | CC | 3C | 5 | 0 | 47 | 62 | 14 | 11 | 5F | 29 |
| Octal | 314 | 74 | 5 | 0 | 107 | 142 | 24 | 21 | 137 | 51 |
| Binary | 11001100 | 111100 | 101 | 0 | 1000111 | 1100010 | 10100 | 10001 | 1011111 | 101001 |
Color Harmonies of #CC3C05
Complementary color
Monochromatic Colors of #CC3C05
Black with #CC3C05
Text Example
Text Example
White with #CC3C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3C05; }
p { color: rgb(204,60,5); }
H1.HeaderClassName
{
color: #CC3C05;
}
.AnyTagClassName
{
color: #CC3C05;
}
</style>
background-color css
<style>
a { background-color: #CC3C05; }
a { background-color: rgb(204,60,5); }
div.DivClassName
{
background-color: #CC3C05;
}
.BgClassName
{
background-color: #CC3C05;
}
</style>
border-color css
<style>
span { border-color: #CC3C05; }
span { border-color: rgb(204,60,5); }
td.TdClassName
{
border-color: #CC3C05;
}
.TagClassName
{
border-color: #CC3C05;
}
</style>