Html Css Color HEX #CC1E04 Harley Davidson Orange
📋 copy color: '#CC1E04'red 204 ◦ green 30 ◦ blue 4
Shades of Harley Davidson Orange #CC1E04
Tints of Harley Davidson Orange #CC1E04
RGB
CMYK
RGB Variations
Color information
#CC1E04 (or 0xCC1E04) is known color: Harley Davidson Orange. HEX triplet: CC, 1E and 04. RGB value is (204,30,4). Sum of RGB (Red+Green+Blue) = 204+30+4=238 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.71% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1E04 is #33E1FB. Grayscale: #4F4F4F. Windows color (decimal): -3400188 or 270028. OLE color: 270028.
HSL color Cylindrical-coordinate representation of color #CC1E04: hue angle of 7.8º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC1E04 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 30 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.2 |
| HSL | 7.8º | 0.96% | 0.41% | - |
| HSV(B) | 7.8º | 0.98% | 0.8% | - |
| XYZ | 25.39 | 13.77 | 1.44 | - |
| YUV | 79.06 | 85.65 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 30 | 4 | 0 | 0.85 | 0.98 | 0.2 | 7.8 | 0.96 | 0.41 |
| Hex | CC | 1E | 4 | 0 | 55 | 62 | 14 | 8 | 60 | 29 |
| Octal | 314 | 36 | 4 | 0 | 125 | 142 | 24 | 10 | 140 | 51 |
| Binary | 11001100 | 11110 | 100 | 0 | 1010101 | 1100010 | 10100 | 1000 | 1100000 | 101001 |
Color Harmonies of #CC1E04
Complementary color
Monochromatic Colors of #CC1E04
Black with #CC1E04
Text Example
Text Example
White with #CC1E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1E04; }
p { color: rgb(204,30,4); }
H1.HeaderClassName
{
color: #CC1E04;
}
.AnyTagClassName
{
color: #CC1E04;
}
</style>
background-color css
<style>
a { background-color: #CC1E04; }
a { background-color: rgb(204,30,4); }
div.DivClassName
{
background-color: #CC1E04;
}
.BgClassName
{
background-color: #CC1E04;
}
</style>
border-color css
<style>
span { border-color: #CC1E04; }
span { border-color: rgb(204,30,4); }
td.TdClassName
{
border-color: #CC1E04;
}
.TagClassName
{
border-color: #CC1E04;
}
</style>