Html Css Color HEX #CC3203 Harley Davidson Orange
📋 copy color: '#CC3203'red 204 ◦ green 50 ◦ blue 3
Shades of Harley Davidson Orange #CC3203
Tints of Harley Davidson Orange #CC3203
RGB
CMYK
RGB Variations
Color information
#CC3203 (or 0xCC3203) is known color: Harley Davidson Orange. HEX triplet: CC, 32 and 03. RGB value is (204,50,3). Sum of RGB (Red+Green+Blue) = 204+50+3=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3203 is #33CDFC. Grayscale: #5B5B5B. Windows color (decimal): -3395069 or 209612. OLE color: 209612.
HSL color Cylindrical-coordinate representation of color #CC3203: hue angle of 14.03º 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 #CC3203 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 3 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.2 |
| HSL | 14.03º | 0.97% | 0.41% | - |
| HSV(B) | 14.03º | 0.99% | 0.8% | - |
| XYZ | 26.06 | 15.13 | 1.63 | - |
| YUV | 90.69 | 78.52 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 3 | 0 | 0.75 | 0.99 | 0.2 | 14.03 | 0.97 | 0.41 |
| Hex | CC | 32 | 3 | 0 | 4B | 63 | 14 | E | 61 | 29 |
| Octal | 314 | 62 | 3 | 0 | 113 | 143 | 24 | 16 | 141 | 51 |
| Binary | 11001100 | 110010 | 11 | 0 | 1001011 | 1100011 | 10100 | 1110 | 1100001 | 101001 |
Color Harmonies of #CC3203
Complementary color
Monochromatic Colors of #CC3203
Black with #CC3203
Text Example
Text Example
White with #CC3203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3203; }
p { color: rgb(204,50,3); }
H1.HeaderClassName
{
color: #CC3203;
}
.AnyTagClassName
{
color: #CC3203;
}
</style>
background-color css
<style>
a { background-color: #CC3203; }
a { background-color: rgb(204,50,3); }
div.DivClassName
{
background-color: #CC3203;
}
.BgClassName
{
background-color: #CC3203;
}
</style>
border-color css
<style>
span { border-color: #CC3203; }
span { border-color: rgb(204,50,3); }
td.TdClassName
{
border-color: #CC3203;
}
.TagClassName
{
border-color: #CC3203;
}
</style>