Html Css Color HEX #CC1C01 Harley Davidson Orange
📋 copy color: '#CC1C01'red 204 ◦ green 28 ◦ blue 1
Shades of Harley Davidson Orange #CC1C01
Tints of Harley Davidson Orange #CC1C01
RGB
CMYK
RGB Variations
Color information
#CC1C01 (or 0xCC1C01) is known color: Harley Davidson Orange. HEX triplet: CC, 1C and 01. RGB value is (204,28,1). Sum of RGB (Red+Green+Blue) = 204+28+1=233 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.55% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1C01 is #33E3FE. Grayscale: #4D4D4D. Windows color (decimal): -3400703 or 72908. OLE color: 72908.
HSL color Cylindrical-coordinate representation of color #CC1C01: hue angle of 7.98º 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 #CC1C01 is Cyan = 0, Magento = 0.86, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 28 | 1 | - |
| CMYK | 0 | 0.86 | 1.00 | 0.2 |
| HSL | 7.98º | 0.99% | 0.4% | - |
| HSV(B) | 7.98º | 1% | 0.8% | - |
| XYZ | 25.32 | 13.67 | 1.33 | - |
| YUV | 77.55 | 84.81 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 1 | 0 | 0.86 | 1.00 | 0.2 | 7.98 | 0.99 | 0.4 |
| Hex | CC | 1C | 1 | 0 | 56 | 64 | 14 | 8 | 63 | 28 |
| Octal | 314 | 34 | 1 | 0 | 126 | 144 | 24 | 10 | 143 | 50 |
| Binary | 11001100 | 11100 | 1 | 0 | 1010110 | 1100100 | 10100 | 1000 | 1100011 | 101000 |
Color Harmonies of #CC1C01
Complementary color
Monochromatic Colors of #CC1C01
Black with #CC1C01
Text Example
Text Example
White with #CC1C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1C01; }
p { color: rgb(204,28,1); }
H1.HeaderClassName
{
color: #CC1C01;
}
.AnyTagClassName
{
color: #CC1C01;
}
</style>
background-color css
<style>
a { background-color: #CC1C01; }
a { background-color: rgb(204,28,1); }
div.DivClassName
{
background-color: #CC1C01;
}
.BgClassName
{
background-color: #CC1C01;
}
</style>
border-color css
<style>
span { border-color: #CC1C01; }
span { border-color: rgb(204,28,1); }
td.TdClassName
{
border-color: #CC1C01;
}
.TagClassName
{
border-color: #CC1C01;
}
</style>