Html Css Color HEX #CC330D Harley Davidson Orange
📋 copy color: '#CC330D'red 204 ◦ green 51 ◦ blue 13
Shades of Harley Davidson Orange #CC330D
Tints of Harley Davidson Orange #CC330D
RGB
CMYK
RGB Variations
Color information
#CC330D (or 0xCC330D) is known color: Harley Davidson Orange. HEX triplet: CC, 33 and 0D. RGB value is (204,51,13). Sum of RGB (Red+Green+Blue) = 204+51+13=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC330D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC330D is #33CCF2. Grayscale: #5C5C5C. Windows color (decimal): -3394803 or 865228. OLE color: 865228.
HSL color Cylindrical-coordinate representation of color #CC330D: hue angle of 11.94º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC330D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 13 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.2 |
| HSL | 11.94º | 0.88% | 0.43% | - |
| HSV(B) | 11.94º | 0.94% | 0.8% | - |
| XYZ | 26.16 | 15.23 | 1.94 | - |
| YUV | 92.42 | 83.19 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 13 | 0 | 0.75 | 0.94 | 0.2 | 11.94 | 0.88 | 0.43 |
| Hex | CC | 33 | D | 0 | 4B | 5E | 14 | C | 58 | 2B |
| Octal | 314 | 63 | 15 | 0 | 113 | 136 | 24 | 14 | 130 | 53 |
| Binary | 11001100 | 110011 | 1101 | 0 | 1001011 | 1011110 | 10100 | 1100 | 1011000 | 101011 |
Color Harmonies of #CC330D
Complementary color
Monochromatic Colors of #CC330D
Black with #CC330D
Text Example
Text Example
White with #CC330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC330D; }
p { color: rgb(204,51,13); }
H1.HeaderClassName
{
color: #CC330D;
}
.AnyTagClassName
{
color: #CC330D;
}
</style>
background-color css
<style>
a { background-color: #CC330D; }
a { background-color: rgb(204,51,13); }
div.DivClassName
{
background-color: #CC330D;
}
.BgClassName
{
background-color: #CC330D;
}
</style>
border-color css
<style>
span { border-color: #CC330D; }
span { border-color: rgb(204,51,13); }
td.TdClassName
{
border-color: #CC330D;
}
.TagClassName
{
border-color: #CC330D;
}
</style>