Html Css Color HEX #CC300A Harley Davidson Orange
📋 copy color: '#CC300A'red 204 ◦ green 48 ◦ blue 10
Shades of Harley Davidson Orange #CC300A
Tints of Harley Davidson Orange #CC300A
RGB
CMYK
RGB Variations
Color information
#CC300A (or 0xCC300A) is known color: Harley Davidson Orange. HEX triplet: CC, 30 and 0A. RGB value is (204,48,10). Sum of RGB (Red+Green+Blue) = 204+48+10=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC300A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC300A is #33CFF5. Grayscale: #5A5A5A. Windows color (decimal): -3395574 or 667852. OLE color: 667852.
HSL color Cylindrical-coordinate representation of color #CC300A: hue angle of 11.75º degrees, saturation: 0.91, 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 #CC300A is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 10 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.2 |
| HSL | 11.75º | 0.91% | 0.42% | - |
| HSV(B) | 11.75º | 0.95% | 0.8% | - |
| XYZ | 26.01 | 14.97 | 1.81 | - |
| YUV | 90.31 | 82.68 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 10 | 0 | 0.76 | 0.95 | 0.2 | 11.75 | 0.91 | 0.42 |
| Hex | CC | 30 | A | 0 | 4C | 5F | 14 | C | 5B | 2A |
| Octal | 314 | 60 | 12 | 0 | 114 | 137 | 24 | 14 | 133 | 52 |
| Binary | 11001100 | 110000 | 1010 | 0 | 1001100 | 1011111 | 10100 | 1100 | 1011011 | 101010 |
Color Harmonies of #CC300A
Complementary color
Monochromatic Colors of #CC300A
Black with #CC300A
Text Example
Text Example
White with #CC300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC300A; }
p { color: rgb(204,48,10); }
H1.HeaderClassName
{
color: #CC300A;
}
.AnyTagClassName
{
color: #CC300A;
}
</style>
background-color css
<style>
a { background-color: #CC300A; }
a { background-color: rgb(204,48,10); }
div.DivClassName
{
background-color: #CC300A;
}
.BgClassName
{
background-color: #CC300A;
}
</style>
border-color css
<style>
span { border-color: #CC300A; }
span { border-color: rgb(204,48,10); }
td.TdClassName
{
border-color: #CC300A;
}
.TagClassName
{
border-color: #CC300A;
}
</style>