Html Css Color HEX #CC360C Harley Davidson Orange
📋 copy color: '#CC360C'red 204 ◦ green 54 ◦ blue 12
Shades of Harley Davidson Orange #CC360C
Tints of Harley Davidson Orange #CC360C
RGB
CMYK
RGB Variations
Color information
#CC360C (or 0xCC360C) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 0C. RGB value is (204,54,12). Sum of RGB (Red+Green+Blue) = 204+54+12=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC360C is #33C9F3. Grayscale: #5E5E5E. Windows color (decimal): -3394036 or 800460. OLE color: 800460.
HSL color Cylindrical-coordinate representation of color #CC360C: hue angle of 13.12º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC360C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 12 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.2 |
| HSL | 13.13º | 0.89% | 0.42% | - |
| HSV(B) | 13.13º | 0.94% | 0.8% | - |
| XYZ | 26.29 | 15.5 | 1.95 | - |
| YUV | 94.06 | 81.7 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 12 | 0 | 0.74 | 0.94 | 0.2 | 13.13 | 0.89 | 0.42 |
| Hex | CC | 36 | C | 0 | 4A | 5E | 14 | D | 59 | 2A |
| Octal | 314 | 66 | 14 | 0 | 112 | 136 | 24 | 15 | 131 | 52 |
| Binary | 11001100 | 110110 | 1100 | 0 | 1001010 | 1011110 | 10100 | 1101 | 1011001 | 101010 |
Color Harmonies of #CC360C
Complementary color
Monochromatic Colors of #CC360C
Black with #CC360C
Text Example
Text Example
White with #CC360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC360C; }
p { color: rgb(204,54,12); }
H1.HeaderClassName
{
color: #CC360C;
}
.AnyTagClassName
{
color: #CC360C;
}
</style>
background-color css
<style>
a { background-color: #CC360C; }
a { background-color: rgb(204,54,12); }
div.DivClassName
{
background-color: #CC360C;
}
.BgClassName
{
background-color: #CC360C;
}
</style>
border-color css
<style>
span { border-color: #CC360C; }
span { border-color: rgb(204,54,12); }
td.TdClassName
{
border-color: #CC360C;
}
.TagClassName
{
border-color: #CC360C;
}
</style>