Html Css Color HEX #CC3513 Harley Davidson Orange
📋 copy color: '#CC3513'red 204 ◦ green 53 ◦ blue 19
Shades of Harley Davidson Orange #CC3513
Tints of Harley Davidson Orange #CC3513
RGB
CMYK
RGB Variations
Color information
#CC3513 (or 0xCC3513) is known color: Harley Davidson Orange. HEX triplet: CC, 35 and 13. RGB value is (204,53,19). Sum of RGB (Red+Green+Blue) = 204+53+19=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3513 is #33CAEC. Grayscale: #5E5E5E. Windows color (decimal): -3394285 or 1258956. OLE color: 1258956.
HSL color Cylindrical-coordinate representation of color #CC3513: hue angle of 11.03º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC3513 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 19 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.2 |
| HSL | 11.03º | 0.83% | 0.44% | - |
| HSV(B) | 11.03º | 0.91% | 0.8% | - |
| XYZ | 26.29 | 15.43 | 2.21 | - |
| YUV | 94.27 | 85.53 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 19 | 0 | 0.74 | 0.91 | 0.2 | 11.03 | 0.83 | 0.44 |
| Hex | CC | 35 | 13 | 0 | 4A | 5B | 14 | B | 53 | 2C |
| Octal | 314 | 65 | 23 | 0 | 112 | 133 | 24 | 13 | 123 | 54 |
| Binary | 11001100 | 110101 | 10011 | 0 | 1001010 | 1011011 | 10100 | 1011 | 1010011 | 101100 |
Color Harmonies of #CC3513
Complementary color
Monochromatic Colors of #CC3513
Black with #CC3513
Text Example
Text Example
White with #CC3513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3513; }
p { color: rgb(204,53,19); }
H1.HeaderClassName
{
color: #CC3513;
}
.AnyTagClassName
{
color: #CC3513;
}
</style>
background-color css
<style>
a { background-color: #CC3513; }
a { background-color: rgb(204,53,19); }
div.DivClassName
{
background-color: #CC3513;
}
.BgClassName
{
background-color: #CC3513;
}
</style>
border-color css
<style>
span { border-color: #CC3513; }
span { border-color: rgb(204,53,19); }
td.TdClassName
{
border-color: #CC3513;
}
.TagClassName
{
border-color: #CC3513;
}
</style>