Html Css Color HEX #CC360E Harley Davidson Orange
📋 copy color: '#CC360E'red 204 ◦ green 54 ◦ blue 14
Shades of Harley Davidson Orange #CC360E
Tints of Harley Davidson Orange #CC360E
RGB
CMYK
RGB Variations
Color information
#CC360E (or 0xCC360E) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 0E. RGB value is (204,54,14). Sum of RGB (Red+Green+Blue) = 204+54+14=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC360E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC360E is #33C9F1. Grayscale: #5E5E5E. Windows color (decimal): -3394034 or 931532. OLE color: 931532.
HSL color Cylindrical-coordinate representation of color #CC360E: hue angle of 12.63º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC360E is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 14 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.2 |
| HSL | 12.63º | 0.87% | 0.43% | - |
| HSV(B) | 12.63º | 0.93% | 0.8% | - |
| XYZ | 26.3 | 15.51 | 2.02 | - |
| YUV | 94.29 | 82.7 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 14 | 0 | 0.74 | 0.93 | 0.2 | 12.63 | 0.87 | 0.43 |
| Hex | CC | 36 | E | 0 | 4A | 5D | 14 | D | 57 | 2B |
| Octal | 314 | 66 | 16 | 0 | 112 | 135 | 24 | 15 | 127 | 53 |
| Binary | 11001100 | 110110 | 1110 | 0 | 1001010 | 1011101 | 10100 | 1101 | 1010111 | 101011 |
Color Harmonies of #CC360E
Complementary color
Monochromatic Colors of #CC360E
Black with #CC360E
Text Example
Text Example
White with #CC360E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC360E; }
p { color: rgb(204,54,14); }
H1.HeaderClassName
{
color: #CC360E;
}
.AnyTagClassName
{
color: #CC360E;
}
</style>
background-color css
<style>
a { background-color: #CC360E; }
a { background-color: rgb(204,54,14); }
div.DivClassName
{
background-color: #CC360E;
}
.BgClassName
{
background-color: #CC360E;
}
</style>
border-color css
<style>
span { border-color: #CC360E; }
span { border-color: rgb(204,54,14); }
td.TdClassName
{
border-color: #CC360E;
}
.TagClassName
{
border-color: #CC360E;
}
</style>