Html Css Color HEX #CC360D Harley Davidson Orange
📋 copy color: '#CC360D'red 204 ◦ green 54 ◦ blue 13
Shades of Harley Davidson Orange #CC360D
Tints of Harley Davidson Orange #CC360D
RGB
CMYK
RGB Variations
Color information
#CC360D (or 0xCC360D) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 0D. RGB value is (204,54,13). Sum of RGB (Red+Green+Blue) = 204+54+13=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC360D is #33C9F2. Grayscale: #5E5E5E. Windows color (decimal): -3394035 or 865996. OLE color: 865996.
HSL color Cylindrical-coordinate representation of color #CC360D: hue angle of 12.88º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC360D is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 13 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.2 |
| HSL | 12.88º | 0.88% | 0.43% | - |
| HSV(B) | 12.88º | 0.94% | 0.8% | - |
| XYZ | 26.29 | 15.5 | 1.99 | - |
| YUV | 94.18 | 82.2 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 13 | 0 | 0.74 | 0.94 | 0.2 | 12.88 | 0.88 | 0.43 |
| Hex | CC | 36 | D | 0 | 4A | 5E | 14 | D | 58 | 2B |
| Octal | 314 | 66 | 15 | 0 | 112 | 136 | 24 | 15 | 130 | 53 |
| Binary | 11001100 | 110110 | 1101 | 0 | 1001010 | 1011110 | 10100 | 1101 | 1011000 | 101011 |
Color Harmonies of #CC360D
Complementary color
Monochromatic Colors of #CC360D
Black with #CC360D
Text Example
Text Example
White with #CC360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC360D; }
p { color: rgb(204,54,13); }
H1.HeaderClassName
{
color: #CC360D;
}
.AnyTagClassName
{
color: #CC360D;
}
</style>
background-color css
<style>
a { background-color: #CC360D; }
a { background-color: rgb(204,54,13); }
div.DivClassName
{
background-color: #CC360D;
}
.BgClassName
{
background-color: #CC360D;
}
</style>
border-color css
<style>
span { border-color: #CC360D; }
span { border-color: rgb(204,54,13); }
td.TdClassName
{
border-color: #CC360D;
}
.TagClassName
{
border-color: #CC360D;
}
</style>