Html Css Color HEX #CC2903 Harley Davidson Orange
📋 copy color: '#CC2903'red 204 ◦ green 41 ◦ blue 3
Shades of Harley Davidson Orange #CC2903
Tints of Harley Davidson Orange #CC2903
RGB
CMYK
RGB Variations
Color information
#CC2903 (or 0xCC2903) is known color: Harley Davidson Orange. HEX triplet: CC, 29 and 03. RGB value is (204,41,3). Sum of RGB (Red+Green+Blue) = 204+41+3=248 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.26% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2903 is #33D6FC. Grayscale: #555555. Windows color (decimal): -3397373 or 207308. OLE color: 207308.
HSL color Cylindrical-coordinate representation of color #CC2903: hue angle of 11.34º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC2903 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 3 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.2 |
| HSL | 11.34º | 0.97% | 0.41% | - |
| HSV(B) | 11.34º | 0.99% | 0.8% | - |
| XYZ | 25.71 | 14.43 | 1.52 | - |
| YUV | 85.41 | 81.5 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 3 | 0 | 0.80 | 0.99 | 0.2 | 11.34 | 0.97 | 0.41 |
| Hex | CC | 29 | 3 | 0 | 50 | 63 | 14 | B | 61 | 29 |
| Octal | 314 | 51 | 3 | 0 | 120 | 143 | 24 | 13 | 141 | 51 |
| Binary | 11001100 | 101001 | 11 | 0 | 1010000 | 1100011 | 10100 | 1011 | 1100001 | 101001 |
Color Harmonies of #CC2903
Complementary color
Monochromatic Colors of #CC2903
Black with #CC2903
Text Example
Text Example
White with #CC2903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2903; }
p { color: rgb(204,41,3); }
H1.HeaderClassName
{
color: #CC2903;
}
.AnyTagClassName
{
color: #CC2903;
}
</style>
background-color css
<style>
a { background-color: #CC2903; }
a { background-color: rgb(204,41,3); }
div.DivClassName
{
background-color: #CC2903;
}
.BgClassName
{
background-color: #CC2903;
}
</style>
border-color css
<style>
span { border-color: #CC2903; }
span { border-color: rgb(204,41,3); }
td.TdClassName
{
border-color: #CC2903;
}
.TagClassName
{
border-color: #CC2903;
}
</style>