Html Css Color HEX #CC3514 Harley Davidson Orange
📋 copy color: '#CC3514'red 204 ◦ green 53 ◦ blue 20
Shades of Harley Davidson Orange #CC3514
Tints of Harley Davidson Orange #CC3514
RGB
CMYK
RGB Variations
Color information
#CC3514 (or 0xCC3514) is known color: Harley Davidson Orange. HEX triplet: CC, 35 and 14. RGB value is (204,53,20). Sum of RGB (Red+Green+Blue) = 204+53+20=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3514 is #33CAEB. Grayscale: #5E5E5E. Windows color (decimal): -3394284 or 1324492. OLE color: 1324492.
HSL color Cylindrical-coordinate representation of color #CC3514: hue angle of 10.76º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC3514 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 20 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.2 |
| HSL | 10.76º | 0.82% | 0.44% | - |
| HSV(B) | 10.76º | 0.9% | 0.8% | - |
| XYZ | 26.3 | 15.43 | 2.25 | - |
| YUV | 94.39 | 86.03 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 20 | 0 | 0.74 | 0.90 | 0.2 | 10.76 | 0.82 | 0.44 |
| Hex | CC | 35 | 14 | 0 | 4A | 5A | 14 | B | 52 | 2C |
| Octal | 314 | 65 | 24 | 0 | 112 | 132 | 24 | 13 | 122 | 54 |
| Binary | 11001100 | 110101 | 10100 | 0 | 1001010 | 1011010 | 10100 | 1011 | 1010010 | 101100 |
Color Harmonies of #CC3514
Complementary color
Monochromatic Colors of #CC3514
Black with #CC3514
Text Example
Text Example
White with #CC3514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3514; }
p { color: rgb(204,53,20); }
H1.HeaderClassName
{
color: #CC3514;
}
.AnyTagClassName
{
color: #CC3514;
}
</style>
background-color css
<style>
a { background-color: #CC3514; }
a { background-color: rgb(204,53,20); }
div.DivClassName
{
background-color: #CC3514;
}
.BgClassName
{
background-color: #CC3514;
}
</style>
border-color css
<style>
span { border-color: #CC3514; }
span { border-color: rgb(204,53,20); }
td.TdClassName
{
border-color: #CC3514;
}
.TagClassName
{
border-color: #CC3514;
}
</style>