Html Css Color HEX #CC1E13 Harley Davidson Orange
📋 copy color: '#CC1E13'red 204 ◦ green 30 ◦ blue 19
Shades of Harley Davidson Orange #CC1E13
Tints of Harley Davidson Orange #CC1E13
RGB
CMYK
RGB Variations
Color information
#CC1E13 (or 0xCC1E13) is known color: Harley Davidson Orange. HEX triplet: CC, 1E and 13. RGB value is (204,30,19). Sum of RGB (Red+Green+Blue) = 204+30+19=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1E13 is #33E1EC. Grayscale: #505050. Windows color (decimal): -3400173 or 1253068. OLE color: 1253068.
HSL color Cylindrical-coordinate representation of color #CC1E13: hue angle of 3.57º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1E13 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 30 | 19 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.2 |
| HSL | 3.57º | 0.83% | 0.44% | - |
| HSV(B) | 3.57º | 0.91% | 0.8% | - |
| XYZ | 25.48 | 13.81 | 1.94 | - |
| YUV | 80.77 | 93.15 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 30 | 19 | 0 | 0.85 | 0.91 | 0.2 | 3.57 | 0.83 | 0.44 |
| Hex | CC | 1E | 13 | 0 | 55 | 5B | 14 | 4 | 53 | 2C |
| Octal | 314 | 36 | 23 | 0 | 125 | 133 | 24 | 4 | 123 | 54 |
| Binary | 11001100 | 11110 | 10011 | 0 | 1010101 | 1011011 | 10100 | 100 | 1010011 | 101100 |
Color Harmonies of #CC1E13
Complementary color
Monochromatic Colors of #CC1E13
Black with #CC1E13
Text Example
Text Example
White with #CC1E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1E13; }
p { color: rgb(204,30,19); }
H1.HeaderClassName
{
color: #CC1E13;
}
.AnyTagClassName
{
color: #CC1E13;
}
</style>
background-color css
<style>
a { background-color: #CC1E13; }
a { background-color: rgb(204,30,19); }
div.DivClassName
{
background-color: #CC1E13;
}
.BgClassName
{
background-color: #CC1E13;
}
</style>
border-color css
<style>
span { border-color: #CC1E13; }
span { border-color: rgb(204,30,19); }
td.TdClassName
{
border-color: #CC1E13;
}
.TagClassName
{
border-color: #CC1E13;
}
</style>