Html Css Color HEX #CC2103 Harley Davidson Orange
📋 copy color: '#CC2103'red 204 ◦ green 33 ◦ blue 3
Shades of Harley Davidson Orange #CC2103
Tints of Harley Davidson Orange #CC2103
RGB
CMYK
RGB Variations
Color information
#CC2103 (or 0xCC2103) is known color: Harley Davidson Orange. HEX triplet: CC, 21 and 03. RGB value is (204,33,3). Sum of RGB (Red+Green+Blue) = 204+33+3=240 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2103 is #33DEFC. Grayscale: #505050. Windows color (decimal): -3399421 or 205260. OLE color: 205260.
HSL color Cylindrical-coordinate representation of color #CC2103: hue angle of 8.96º 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 #CC2103 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 3 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.2 |
| HSL | 8.96º | 0.97% | 0.41% | - |
| HSV(B) | 8.96º | 0.99% | 0.8% | - |
| XYZ | 25.46 | 13.93 | 1.43 | - |
| YUV | 80.71 | 84.15 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 3 | 0 | 0.84 | 0.99 | 0.2 | 8.96 | 0.97 | 0.41 |
| Hex | CC | 21 | 3 | 0 | 54 | 63 | 14 | 9 | 61 | 29 |
| Octal | 314 | 41 | 3 | 0 | 124 | 143 | 24 | 11 | 141 | 51 |
| Binary | 11001100 | 100001 | 11 | 0 | 1010100 | 1100011 | 10100 | 1001 | 1100001 | 101001 |
Color Harmonies of #CC2103
Complementary color
Monochromatic Colors of #CC2103
Black with #CC2103
Text Example
Text Example
White with #CC2103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2103; }
p { color: rgb(204,33,3); }
H1.HeaderClassName
{
color: #CC2103;
}
.AnyTagClassName
{
color: #CC2103;
}
</style>
background-color css
<style>
a { background-color: #CC2103; }
a { background-color: rgb(204,33,3); }
div.DivClassName
{
background-color: #CC2103;
}
.BgClassName
{
background-color: #CC2103;
}
</style>
border-color css
<style>
span { border-color: #CC2103; }
span { border-color: rgb(204,33,3); }
td.TdClassName
{
border-color: #CC2103;
}
.TagClassName
{
border-color: #CC2103;
}
</style>