Html Css Color HEX #CC3012 Harley Davidson Orange
📋 copy color: '#CC3012'red 204 ◦ green 48 ◦ blue 18
Shades of Harley Davidson Orange #CC3012
Tints of Harley Davidson Orange #CC3012
RGB
CMYK
RGB Variations
Color information
#CC3012 (or 0xCC3012) is known color: Harley Davidson Orange. HEX triplet: CC, 30 and 12. RGB value is (204,48,18). Sum of RGB (Red+Green+Blue) = 204+48+18=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3012 is #33CFED. Grayscale: #5B5B5B. Windows color (decimal): -3395566 or 1192140. OLE color: 1192140.
HSL color Cylindrical-coordinate representation of color #CC3012: hue angle of 9.68º 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 #CC3012 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 18 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.2 |
| HSL | 9.68º | 0.84% | 0.44% | - |
| HSV(B) | 9.68º | 0.91% | 0.8% | - |
| XYZ | 26.07 | 14.99 | 2.09 | - |
| YUV | 91.22 | 86.68 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 18 | 0 | 0.76 | 0.91 | 0.2 | 9.68 | 0.84 | 0.44 |
| Hex | CC | 30 | 12 | 0 | 4C | 5B | 14 | A | 54 | 2C |
| Octal | 314 | 60 | 22 | 0 | 114 | 133 | 24 | 12 | 124 | 54 |
| Binary | 11001100 | 110000 | 10010 | 0 | 1001100 | 1011011 | 10100 | 1010 | 1010100 | 101100 |
Color Harmonies of #CC3012
Complementary color
Monochromatic Colors of #CC3012
Black with #CC3012
Text Example
Text Example
White with #CC3012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3012; }
p { color: rgb(204,48,18); }
H1.HeaderClassName
{
color: #CC3012;
}
.AnyTagClassName
{
color: #CC3012;
}
</style>
background-color css
<style>
a { background-color: #CC3012; }
a { background-color: rgb(204,48,18); }
div.DivClassName
{
background-color: #CC3012;
}
.BgClassName
{
background-color: #CC3012;
}
</style>
border-color css
<style>
span { border-color: #CC3012; }
span { border-color: rgb(204,48,18); }
td.TdClassName
{
border-color: #CC3012;
}
.TagClassName
{
border-color: #CC3012;
}
</style>