Html Css Color HEX #CC3001 Harley Davidson Orange
📋 copy color: '#CC3001'red 204 ◦ green 48 ◦ blue 1
Shades of Harley Davidson Orange #CC3001
Tints of Harley Davidson Orange #CC3001
RGB
CMYK
RGB Variations
Color information
#CC3001 (or 0xCC3001) is known color: Harley Davidson Orange. HEX triplet: CC, 30 and 01. RGB value is (204,48,1). Sum of RGB (Red+Green+Blue) = 204+48+1=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3001 is #33CFFE. Grayscale: #595959. Windows color (decimal): -3395583 or 78028. OLE color: 78028.
HSL color Cylindrical-coordinate representation of color #CC3001: hue angle of 13.89º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC3001 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 1 | - |
| CMYK | 0 | 0.76 | 1.00 | 0.2 |
| HSL | 13.89º | 0.99% | 0.4% | - |
| HSV(B) | 13.89º | 1% | 0.8% | - |
| XYZ | 25.96 | 14.95 | 1.55 | - |
| YUV | 89.29 | 78.18 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 1 | 0 | 0.76 | 1.00 | 0.2 | 13.89 | 0.99 | 0.4 |
| Hex | CC | 30 | 1 | 0 | 4C | 64 | 14 | E | 63 | 28 |
| Octal | 314 | 60 | 1 | 0 | 114 | 144 | 24 | 16 | 143 | 50 |
| Binary | 11001100 | 110000 | 1 | 0 | 1001100 | 1100100 | 10100 | 1110 | 1100011 | 101000 |
Color Harmonies of #CC3001
Complementary color
Monochromatic Colors of #CC3001
Black with #CC3001
Text Example
Text Example
White with #CC3001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3001; }
p { color: rgb(204,48,1); }
H1.HeaderClassName
{
color: #CC3001;
}
.AnyTagClassName
{
color: #CC3001;
}
</style>
background-color css
<style>
a { background-color: #CC3001; }
a { background-color: rgb(204,48,1); }
div.DivClassName
{
background-color: #CC3001;
}
.BgClassName
{
background-color: #CC3001;
}
</style>
border-color css
<style>
span { border-color: #CC3001; }
span { border-color: rgb(204,48,1); }
td.TdClassName
{
border-color: #CC3001;
}
.TagClassName
{
border-color: #CC3001;
}
</style>