Html Css Color HEX #CC3314 Harley Davidson Orange
📋 copy color: '#CC3314'red 204 ◦ green 51 ◦ blue 20
Shades of Harley Davidson Orange #CC3314
Tints of Harley Davidson Orange #CC3314
RGB
CMYK
RGB Variations
Color information
#CC3314 (or 0xCC3314) is known color: Harley Davidson Orange. HEX triplet: CC, 33 and 14. RGB value is (204,51,20). Sum of RGB (Red+Green+Blue) = 204+51+20=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3314 is #33CCEB. Grayscale: #5D5D5D. Windows color (decimal): -3394796 or 1323980. OLE color: 1323980.
HSL color Cylindrical-coordinate representation of color #CC3314: hue angle of 10.11º 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 #CC3314 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 20 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.2 |
| HSL | 10.11º | 0.82% | 0.44% | - |
| HSV(B) | 10.11º | 0.9% | 0.8% | - |
| XYZ | 26.21 | 15.26 | 2.22 | - |
| YUV | 93.21 | 86.69 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 20 | 0 | 0.75 | 0.90 | 0.2 | 10.11 | 0.82 | 0.44 |
| Hex | CC | 33 | 14 | 0 | 4B | 5A | 14 | A | 52 | 2C |
| Octal | 314 | 63 | 24 | 0 | 113 | 132 | 24 | 12 | 122 | 54 |
| Binary | 11001100 | 110011 | 10100 | 0 | 1001011 | 1011010 | 10100 | 1010 | 1010010 | 101100 |
Color Harmonies of #CC3314
Complementary color
Monochromatic Colors of #CC3314
Black with #CC3314
Text Example
Text Example
White with #CC3314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3314; }
p { color: rgb(204,51,20); }
H1.HeaderClassName
{
color: #CC3314;
}
.AnyTagClassName
{
color: #CC3314;
}
</style>
background-color css
<style>
a { background-color: #CC3314; }
a { background-color: rgb(204,51,20); }
div.DivClassName
{
background-color: #CC3314;
}
.BgClassName
{
background-color: #CC3314;
}
</style>
border-color css
<style>
span { border-color: #CC3314; }
span { border-color: rgb(204,51,20); }
td.TdClassName
{
border-color: #CC3314;
}
.TagClassName
{
border-color: #CC3314;
}
</style>