Html Css Color HEX #CC3A12 Harley Davidson Orange
📋 copy color: '#CC3A12'red 204 ◦ green 58 ◦ blue 18
Shades of Harley Davidson Orange #CC3A12
Tints of Harley Davidson Orange #CC3A12
RGB
CMYK
RGB Variations
Color information
#CC3A12 (or 0xCC3A12) is known color: Harley Davidson Orange. HEX triplet: CC, 3A and 12. RGB value is (204,58,18). Sum of RGB (Red+Green+Blue) = 204+58+18=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3A12 is #33C5ED. Grayscale: #616161. Windows color (decimal): -3393006 or 1194700. OLE color: 1194700.
HSL color Cylindrical-coordinate representation of color #CC3A12: hue angle of 12.9º 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 #CC3A12 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 58 | 18 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.2 |
| HSL | 12.9º | 0.84% | 0.44% | - |
| HSV(B) | 12.9º | 0.91% | 0.8% | - |
| XYZ | 26.52 | 15.91 | 2.24 | - |
| YUV | 97.09 | 83.37 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 18 | 0 | 0.72 | 0.91 | 0.2 | 12.9 | 0.84 | 0.44 |
| Hex | CC | 3A | 12 | 0 | 48 | 5B | 14 | D | 54 | 2C |
| Octal | 314 | 72 | 22 | 0 | 110 | 133 | 24 | 15 | 124 | 54 |
| Binary | 11001100 | 111010 | 10010 | 0 | 1001000 | 1011011 | 10100 | 1101 | 1010100 | 101100 |
Color Harmonies of #CC3A12
Complementary color
Monochromatic Colors of #CC3A12
Black with #CC3A12
Text Example
Text Example
White with #CC3A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3A12; }
p { color: rgb(204,58,18); }
H1.HeaderClassName
{
color: #CC3A12;
}
.AnyTagClassName
{
color: #CC3A12;
}
</style>
background-color css
<style>
a { background-color: #CC3A12; }
a { background-color: rgb(204,58,18); }
div.DivClassName
{
background-color: #CC3A12;
}
.BgClassName
{
background-color: #CC3A12;
}
</style>
border-color css
<style>
span { border-color: #CC3A12; }
span { border-color: rgb(204,58,18); }
td.TdClassName
{
border-color: #CC3A12;
}
.TagClassName
{
border-color: #CC3A12;
}
</style>