Html Css Color HEX #CC3411 Harley Davidson Orange
📋 copy color: '#CC3411'red 204 ◦ green 52 ◦ blue 17
Shades of Harley Davidson Orange #CC3411
Tints of Harley Davidson Orange #CC3411
RGB
CMYK
RGB Variations
Color information
#CC3411 (or 0xCC3411) is known color: Harley Davidson Orange. HEX triplet: CC, 34 and 11. RGB value is (204,52,17). Sum of RGB (Red+Green+Blue) = 204+52+17=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3411 is #33CBEE. Grayscale: #5D5D5D. Windows color (decimal): -3394543 or 1127628. OLE color: 1127628.
HSL color Cylindrical-coordinate representation of color #CC3411: hue angle of 11.23º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC3411 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 17 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.2 |
| HSL | 11.23º | 0.85% | 0.43% | - |
| HSV(B) | 11.23º | 0.92% | 0.8% | - |
| XYZ | 26.23 | 15.33 | 2.11 | - |
| YUV | 93.46 | 84.86 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 17 | 0 | 0.75 | 0.92 | 0.2 | 11.23 | 0.85 | 0.43 |
| Hex | CC | 34 | 11 | 0 | 4B | 5C | 14 | B | 55 | 2B |
| Octal | 314 | 64 | 21 | 0 | 113 | 134 | 24 | 13 | 125 | 53 |
| Binary | 11001100 | 110100 | 10001 | 0 | 1001011 | 1011100 | 10100 | 1011 | 1010101 | 101011 |
Color Harmonies of #CC3411
Complementary color
Monochromatic Colors of #CC3411
Black with #CC3411
Text Example
Text Example
White with #CC3411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3411; }
p { color: rgb(204,52,17); }
H1.HeaderClassName
{
color: #CC3411;
}
.AnyTagClassName
{
color: #CC3411;
}
</style>
background-color css
<style>
a { background-color: #CC3411; }
a { background-color: rgb(204,52,17); }
div.DivClassName
{
background-color: #CC3411;
}
.BgClassName
{
background-color: #CC3411;
}
</style>
border-color css
<style>
span { border-color: #CC3411; }
span { border-color: rgb(204,52,17); }
td.TdClassName
{
border-color: #CC3411;
}
.TagClassName
{
border-color: #CC3411;
}
</style>