Html Css Color HEX #CC2D05 Harley Davidson Orange
📋 copy color: '#CC2D05'red 204 ◦ green 45 ◦ blue 5
Shades of Harley Davidson Orange #CC2D05
Tints of Harley Davidson Orange #CC2D05
RGB
CMYK
RGB Variations
Color information
#CC2D05 (or 0xCC2D05) is known color: Harley Davidson Orange. HEX triplet: CC, 2D and 05. RGB value is (204,45,5). Sum of RGB (Red+Green+Blue) = 204+45+5=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2D05 is #33D2FA. Grayscale: #585858. Windows color (decimal): -3396347 or 339404. OLE color: 339404.
HSL color Cylindrical-coordinate representation of color #CC2D05: hue angle of 12.06º 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 #CC2D05 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 5 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.2 |
| HSL | 12.06º | 0.95% | 0.41% | - |
| HSV(B) | 12.06º | 0.98% | 0.8% | - |
| XYZ | 25.87 | 14.73 | 1.62 | - |
| YUV | 87.98 | 81.18 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 5 | 0 | 0.78 | 0.98 | 0.2 | 12.06 | 0.95 | 0.41 |
| Hex | CC | 2D | 5 | 0 | 4E | 62 | 14 | C | 5F | 29 |
| Octal | 314 | 55 | 5 | 0 | 116 | 142 | 24 | 14 | 137 | 51 |
| Binary | 11001100 | 101101 | 101 | 0 | 1001110 | 1100010 | 10100 | 1100 | 1011111 | 101001 |
Color Harmonies of #CC2D05
Complementary color
Monochromatic Colors of #CC2D05
Black with #CC2D05
Text Example
Text Example
White with #CC2D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2D05; }
p { color: rgb(204,45,5); }
H1.HeaderClassName
{
color: #CC2D05;
}
.AnyTagClassName
{
color: #CC2D05;
}
</style>
background-color css
<style>
a { background-color: #CC2D05; }
a { background-color: rgb(204,45,5); }
div.DivClassName
{
background-color: #CC2D05;
}
.BgClassName
{
background-color: #CC2D05;
}
</style>
border-color css
<style>
span { border-color: #CC2D05; }
span { border-color: rgb(204,45,5); }
td.TdClassName
{
border-color: #CC2D05;
}
.TagClassName
{
border-color: #CC2D05;
}
</style>