Html Css Color HEX #CC360F Harley Davidson Orange
📋 copy color: '#CC360F'red 204 ◦ green 54 ◦ blue 15
Shades of Harley Davidson Orange #CC360F
Tints of Harley Davidson Orange #CC360F
RGB
CMYK
RGB Variations
Color information
#CC360F (or 0xCC360F) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 0F. RGB value is (204,54,15). Sum of RGB (Red+Green+Blue) = 204+54+15=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC360F is #33C9F0. Grayscale: #5E5E5E. Windows color (decimal): -3394033 or 997068. OLE color: 997068.
HSL color Cylindrical-coordinate representation of color #CC360F: hue angle of 12.38º degrees, saturation: 0.86, 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 #CC360F is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 15 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.2 |
| HSL | 12.38º | 0.86% | 0.43% | - |
| HSV(B) | 12.38º | 0.93% | 0.8% | - |
| XYZ | 26.31 | 15.51 | 2.06 | - |
| YUV | 94.4 | 83.2 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 15 | 0 | 0.74 | 0.93 | 0.2 | 12.38 | 0.86 | 0.43 |
| Hex | CC | 36 | F | 0 | 4A | 5D | 14 | C | 56 | 2B |
| Octal | 314 | 66 | 17 | 0 | 112 | 135 | 24 | 14 | 126 | 53 |
| Binary | 11001100 | 110110 | 1111 | 0 | 1001010 | 1011101 | 10100 | 1100 | 1010110 | 101011 |
Color Harmonies of #CC360F
Complementary color
Monochromatic Colors of #CC360F
Black with #CC360F
Text Example
Text Example
White with #CC360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC360F; }
p { color: rgb(204,54,15); }
H1.HeaderClassName
{
color: #CC360F;
}
.AnyTagClassName
{
color: #CC360F;
}
</style>
background-color css
<style>
a { background-color: #CC360F; }
a { background-color: rgb(204,54,15); }
div.DivClassName
{
background-color: #CC360F;
}
.BgClassName
{
background-color: #CC360F;
}
</style>
border-color css
<style>
span { border-color: #CC360F; }
span { border-color: rgb(204,54,15); }
td.TdClassName
{
border-color: #CC360F;
}
.TagClassName
{
border-color: #CC360F;
}
</style>