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