Html Css Color HEX #CC300B Harley Davidson Orange
📋 copy color: '#CC300B'red 204 ◦ green 48 ◦ blue 11
Shades of Harley Davidson Orange #CC300B
Tints of Harley Davidson Orange #CC300B
RGB
CMYK
RGB Variations
Color information
#CC300B (or 0xCC300B) is known color: Harley Davidson Orange. HEX triplet: CC, 30 and 0B. RGB value is (204,48,11). Sum of RGB (Red+Green+Blue) = 204+48+11=263 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.57% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 204 - color contains mainly: red. Hex color #CC300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC300B is #33CFF4. Grayscale: #5A5A5A. Windows color (decimal): -3395573 or 733388. OLE color: 733388.
HSL color Cylindrical-coordinate representation of color #CC300B: hue angle of 11.5º degrees, saturation: 0.9, 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 #CC300B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 11 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.2 |
| HSL | 11.5º | 0.9% | 0.42% | - |
| HSV(B) | 11.5º | 0.95% | 0.8% | - |
| XYZ | 26.02 | 14.98 | 1.84 | - |
| YUV | 90.43 | 83.18 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 11 | 0 | 0.76 | 0.95 | 0.2 | 11.5 | 0.9 | 0.42 |
| Hex | CC | 30 | B | 0 | 4C | 5F | 14 | C | 5A | 2A |
| Octal | 314 | 60 | 13 | 0 | 114 | 137 | 24 | 14 | 132 | 52 |
| Binary | 11001100 | 110000 | 1011 | 0 | 1001100 | 1011111 | 10100 | 1100 | 1011010 | 101010 |
Color Harmonies of #CC300B
Complementary color
Monochromatic Colors of #CC300B
Black with #CC300B
Text Example
Text Example
White with #CC300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC300B; }
p { color: rgb(204,48,11); }
H1.HeaderClassName
{
color: #CC300B;
}
.AnyTagClassName
{
color: #CC300B;
}
</style>
background-color css
<style>
a { background-color: #CC300B; }
a { background-color: rgb(204,48,11); }
div.DivClassName
{
background-color: #CC300B;
}
.BgClassName
{
background-color: #CC300B;
}
</style>
border-color css
<style>
span { border-color: #CC300B; }
span { border-color: rgb(204,48,11); }
td.TdClassName
{
border-color: #CC300B;
}
.TagClassName
{
border-color: #CC300B;
}
</style>