Html Css Color HEX #CC3612 Harley Davidson Orange
📋 copy color: '#CC3612'red 204 ◦ green 54 ◦ blue 18
Shades of Harley Davidson Orange #CC3612
Tints of Harley Davidson Orange #CC3612
RGB
CMYK
RGB Variations
Color information
#CC3612 (or 0xCC3612) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 12. RGB value is (204,54,18). Sum of RGB (Red+Green+Blue) = 204+54+18=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3612 is #33C9ED. Grayscale: #5F5F5F. Windows color (decimal): -3394030 or 1193676. OLE color: 1193676.
HSL color Cylindrical-coordinate representation of color #CC3612: hue angle of 11.61º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC3612 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 18 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.2 |
| HSL | 11.61º | 0.84% | 0.44% | - |
| HSV(B) | 11.61º | 0.91% | 0.8% | - |
| XYZ | 26.33 | 15.52 | 2.18 | - |
| YUV | 94.75 | 84.7 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 18 | 0 | 0.74 | 0.91 | 0.2 | 11.61 | 0.84 | 0.44 |
| Hex | CC | 36 | 12 | 0 | 4A | 5B | 14 | C | 54 | 2C |
| Octal | 314 | 66 | 22 | 0 | 112 | 133 | 24 | 14 | 124 | 54 |
| Binary | 11001100 | 110110 | 10010 | 0 | 1001010 | 1011011 | 10100 | 1100 | 1010100 | 101100 |
Color Harmonies of #CC3612
Complementary color
Monochromatic Colors of #CC3612
Black with #CC3612
Text Example
Text Example
White with #CC3612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3612; }
p { color: rgb(204,54,18); }
H1.HeaderClassName
{
color: #CC3612;
}
.AnyTagClassName
{
color: #CC3612;
}
</style>
background-color css
<style>
a { background-color: #CC3612; }
a { background-color: rgb(204,54,18); }
div.DivClassName
{
background-color: #CC3612;
}
.BgClassName
{
background-color: #CC3612;
}
</style>
border-color css
<style>
span { border-color: #CC3612; }
span { border-color: rgb(204,54,18); }
td.TdClassName
{
border-color: #CC3612;
}
.TagClassName
{
border-color: #CC3612;
}
</style>