Html Css Color HEX #CC3413 Harley Davidson Orange
📋 copy color: '#CC3413'red 204 ◦ green 52 ◦ blue 19
Shades of Harley Davidson Orange #CC3413
Tints of Harley Davidson Orange #CC3413
RGB
CMYK
RGB Variations
Color information
#CC3413 (or 0xCC3413) is known color: Harley Davidson Orange. HEX triplet: CC, 34 and 13. RGB value is (204,52,19). Sum of RGB (Red+Green+Blue) = 204+52+19=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3413 is #33CBEC. Grayscale: #5D5D5D. Windows color (decimal): -3394541 or 1258700. OLE color: 1258700.
HSL color Cylindrical-coordinate representation of color #CC3413: hue angle of 10.7º 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 #CC3413 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 19 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.2 |
| HSL | 10.7º | 0.83% | 0.44% | - |
| HSV(B) | 10.7º | 0.91% | 0.8% | - |
| XYZ | 26.25 | 15.34 | 2.19 | - |
| YUV | 93.69 | 85.86 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 19 | 0 | 0.75 | 0.91 | 0.2 | 10.7 | 0.83 | 0.44 |
| Hex | CC | 34 | 13 | 0 | 4B | 5B | 14 | B | 53 | 2C |
| Octal | 314 | 64 | 23 | 0 | 113 | 133 | 24 | 13 | 123 | 54 |
| Binary | 11001100 | 110100 | 10011 | 0 | 1001011 | 1011011 | 10100 | 1011 | 1010011 | 101100 |
Color Harmonies of #CC3413
Complementary color
Monochromatic Colors of #CC3413
Black with #CC3413
Text Example
Text Example
White with #CC3413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3413; }
p { color: rgb(204,52,19); }
H1.HeaderClassName
{
color: #CC3413;
}
.AnyTagClassName
{
color: #CC3413;
}
</style>
background-color css
<style>
a { background-color: #CC3413; }
a { background-color: rgb(204,52,19); }
div.DivClassName
{
background-color: #CC3413;
}
.BgClassName
{
background-color: #CC3413;
}
</style>
border-color css
<style>
span { border-color: #CC3413; }
span { border-color: rgb(204,52,19); }
td.TdClassName
{
border-color: #CC3413;
}
.TagClassName
{
border-color: #CC3413;
}
</style>