Html Css Color HEX #CC360B Harley Davidson Orange
📋 copy color: '#CC360B'red 204 ◦ green 54 ◦ blue 11
Shades of Harley Davidson Orange #CC360B
Tints of Harley Davidson Orange #CC360B
RGB
CMYK
RGB Variations
Color information
#CC360B (or 0xCC360B) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 0B. RGB value is (204,54,11). Sum of RGB (Red+Green+Blue) = 204+54+11=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC360B is #33C9F4. Grayscale: #5E5E5E. Windows color (decimal): -3394037 or 734924. OLE color: 734924.
HSL color Cylindrical-coordinate representation of color #CC360B: hue angle of 13.37º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC360B is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 11 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.2 |
| HSL | 13.37º | 0.9% | 0.42% | - |
| HSV(B) | 13.37º | 0.95% | 0.8% | - |
| XYZ | 26.28 | 15.5 | 1.92 | - |
| YUV | 93.95 | 81.2 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 11 | 0 | 0.74 | 0.95 | 0.2 | 13.37 | 0.9 | 0.42 |
| Hex | CC | 36 | B | 0 | 4A | 5F | 14 | D | 5A | 2A |
| Octal | 314 | 66 | 13 | 0 | 112 | 137 | 24 | 15 | 132 | 52 |
| Binary | 11001100 | 110110 | 1011 | 0 | 1001010 | 1011111 | 10100 | 1101 | 1011010 | 101010 |
Color Harmonies of #CC360B
Complementary color
Monochromatic Colors of #CC360B
Black with #CC360B
Text Example
Text Example
White with #CC360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC360B; }
p { color: rgb(204,54,11); }
H1.HeaderClassName
{
color: #CC360B;
}
.AnyTagClassName
{
color: #CC360B;
}
</style>
background-color css
<style>
a { background-color: #CC360B; }
a { background-color: rgb(204,54,11); }
div.DivClassName
{
background-color: #CC360B;
}
.BgClassName
{
background-color: #CC360B;
}
</style>
border-color css
<style>
span { border-color: #CC360B; }
span { border-color: rgb(204,54,11); }
td.TdClassName
{
border-color: #CC360B;
}
.TagClassName
{
border-color: #CC360B;
}
</style>