Html Css Color HEX #CC2905 Harley Davidson Orange
📋 copy color: '#CC2905'red 204 ◦ green 41 ◦ blue 5
Shades of Harley Davidson Orange #CC2905
Tints of Harley Davidson Orange #CC2905
RGB
CMYK
RGB Variations
Color information
#CC2905 (or 0xCC2905) is known color: Harley Davidson Orange. HEX triplet: CC, 29 and 05. RGB value is (204,41,5). Sum of RGB (Red+Green+Blue) = 204+41+5=250 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.6% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2905 is #33D6FA. Grayscale: #555555. Windows color (decimal): -3397371 or 338380. OLE color: 338380.
HSL color Cylindrical-coordinate representation of color #CC2905: hue angle of 10.85º 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 #CC2905 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 5 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.2 |
| HSL | 10.85º | 0.95% | 0.41% | - |
| HSV(B) | 10.85º | 0.98% | 0.8% | - |
| XYZ | 25.72 | 14.43 | 1.57 | - |
| YUV | 85.63 | 82.5 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 5 | 0 | 0.80 | 0.98 | 0.2 | 10.85 | 0.95 | 0.41 |
| Hex | CC | 29 | 5 | 0 | 50 | 62 | 14 | B | 5F | 29 |
| Octal | 314 | 51 | 5 | 0 | 120 | 142 | 24 | 13 | 137 | 51 |
| Binary | 11001100 | 101001 | 101 | 0 | 1010000 | 1100010 | 10100 | 1011 | 1011111 | 101001 |
Color Harmonies of #CC2905
Complementary color
Monochromatic Colors of #CC2905
Black with #CC2905
Text Example
Text Example
White with #CC2905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2905; }
p { color: rgb(204,41,5); }
H1.HeaderClassName
{
color: #CC2905;
}
.AnyTagClassName
{
color: #CC2905;
}
</style>
background-color css
<style>
a { background-color: #CC2905; }
a { background-color: rgb(204,41,5); }
div.DivClassName
{
background-color: #CC2905;
}
.BgClassName
{
background-color: #CC2905;
}
</style>
border-color css
<style>
span { border-color: #CC2905; }
span { border-color: rgb(204,41,5); }
td.TdClassName
{
border-color: #CC2905;
}
.TagClassName
{
border-color: #CC2905;
}
</style>