Html Css Color HEX #CC2C02 Harley Davidson Orange
📋 copy color: '#CC2C02'red 204 ◦ green 44 ◦ blue 2
Shades of Harley Davidson Orange #CC2C02
Tints of Harley Davidson Orange #CC2C02
RGB
CMYK
RGB Variations
Color information
#CC2C02 (or 0xCC2C02) is known color: Harley Davidson Orange. HEX triplet: CC, 2C and 02. RGB value is (204,44,2). Sum of RGB (Red+Green+Blue) = 204+44+2=250 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.6% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2C02 is #33D3FD. Grayscale: #575757. Windows color (decimal): -3396606 or 142540. OLE color: 142540.
HSL color Cylindrical-coordinate representation of color #CC2C02: hue angle of 12.48º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC2C02 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 44 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.2 |
| HSL | 12.48º | 0.98% | 0.4% | - |
| HSV(B) | 12.48º | 0.99% | 0.8% | - |
| XYZ | 25.81 | 14.64 | 1.52 | - |
| YUV | 87.05 | 80.01 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 44 | 2 | 0 | 0.78 | 0.99 | 0.2 | 12.48 | 0.98 | 0.4 |
| Hex | CC | 2C | 2 | 0 | 4E | 63 | 14 | C | 62 | 28 |
| Octal | 314 | 54 | 2 | 0 | 116 | 143 | 24 | 14 | 142 | 50 |
| Binary | 11001100 | 101100 | 10 | 0 | 1001110 | 1100011 | 10100 | 1100 | 1100010 | 101000 |
Color Harmonies of #CC2C02
Complementary color
Monochromatic Colors of #CC2C02
Black with #CC2C02
Text Example
Text Example
White with #CC2C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2C02; }
p { color: rgb(204,44,2); }
H1.HeaderClassName
{
color: #CC2C02;
}
.AnyTagClassName
{
color: #CC2C02;
}
</style>
background-color css
<style>
a { background-color: #CC2C02; }
a { background-color: rgb(204,44,2); }
div.DivClassName
{
background-color: #CC2C02;
}
.BgClassName
{
background-color: #CC2C02;
}
</style>
border-color css
<style>
span { border-color: #CC2C02; }
span { border-color: rgb(204,44,2); }
td.TdClassName
{
border-color: #CC2C02;
}
.TagClassName
{
border-color: #CC2C02;
}
</style>