Html Css Color HEX #CC3603 Harley Davidson Orange
📋 copy color: '#CC3603'red 204 ◦ green 54 ◦ blue 3
Shades of Harley Davidson Orange #CC3603
Tints of Harley Davidson Orange #CC3603
RGB
CMYK
RGB Variations
Color information
#CC3603 (or 0xCC3603) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 03. RGB value is (204,54,3). Sum of RGB (Red+Green+Blue) = 204+54+3=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3603 is #33C9FC. Grayscale: #5D5D5D. Windows color (decimal): -3394045 or 210636. OLE color: 210636.
HSL color Cylindrical-coordinate representation of color #CC3603: hue angle of 15.22º 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 #CC3603 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 3 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.2 |
| HSL | 15.22º | 0.97% | 0.41% | - |
| HSV(B) | 15.22º | 0.99% | 0.8% | - |
| XYZ | 26.24 | 15.48 | 1.69 | - |
| YUV | 93.04 | 77.2 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 3 | 0 | 0.74 | 0.99 | 0.2 | 15.22 | 0.97 | 0.41 |
| Hex | CC | 36 | 3 | 0 | 4A | 63 | 14 | F | 61 | 29 |
| Octal | 314 | 66 | 3 | 0 | 112 | 143 | 24 | 17 | 141 | 51 |
| Binary | 11001100 | 110110 | 11 | 0 | 1001010 | 1100011 | 10100 | 1111 | 1100001 | 101001 |
Color Harmonies of #CC3603
Complementary color
Monochromatic Colors of #CC3603
Black with #CC3603
Text Example
Text Example
White with #CC3603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3603; }
p { color: rgb(204,54,3); }
H1.HeaderClassName
{
color: #CC3603;
}
.AnyTagClassName
{
color: #CC3603;
}
</style>
background-color css
<style>
a { background-color: #CC3603; }
a { background-color: rgb(204,54,3); }
div.DivClassName
{
background-color: #CC3603;
}
.BgClassName
{
background-color: #CC3603;
}
</style>
border-color css
<style>
span { border-color: #CC3603; }
span { border-color: rgb(204,54,3); }
td.TdClassName
{
border-color: #CC3603;
}
.TagClassName
{
border-color: #CC3603;
}
</style>