Html Css Color HEX #CC1D15 Harley Davidson Orange
📋 copy color: '#CC1D15'red 204 ◦ green 29 ◦ blue 21
Shades of Harley Davidson Orange #CC1D15
Tints of Harley Davidson Orange #CC1D15
RGB
CMYK
RGB Variations
Color information
#CC1D15 (or 0xCC1D15) is known color: Harley Davidson Orange. HEX triplet: CC, 1D and 15. RGB value is (204,29,21). Sum of RGB (Red+Green+Blue) = 204+29+21=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1D15 is #33E2EA. Grayscale: #505050. Windows color (decimal): -3400427 or 1383884. OLE color: 1383884.
HSL color Cylindrical-coordinate representation of color #CC1D15: hue angle of 2.62º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1D15 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 29 | 21 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.2 |
| HSL | 2.62º | 0.81% | 0.44% | - |
| HSV(B) | 2.62º | 0.9% | 0.8% | - |
| XYZ | 25.48 | 13.77 | 2.02 | - |
| YUV | 80.41 | 94.48 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 29 | 21 | 0 | 0.86 | 0.90 | 0.2 | 2.62 | 0.81 | 0.44 |
| Hex | CC | 1D | 15 | 0 | 56 | 5A | 14 | 3 | 51 | 2C |
| Octal | 314 | 35 | 25 | 0 | 126 | 132 | 24 | 3 | 121 | 54 |
| Binary | 11001100 | 11101 | 10101 | 0 | 1010110 | 1011010 | 10100 | 11 | 1010001 | 101100 |
Color Harmonies of #CC1D15
Complementary color
Monochromatic Colors of #CC1D15
Black with #CC1D15
Text Example
Text Example
White with #CC1D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1D15; }
p { color: rgb(204,29,21); }
H1.HeaderClassName
{
color: #CC1D15;
}
.AnyTagClassName
{
color: #CC1D15;
}
</style>
background-color css
<style>
a { background-color: #CC1D15; }
a { background-color: rgb(204,29,21); }
div.DivClassName
{
background-color: #CC1D15;
}
.BgClassName
{
background-color: #CC1D15;
}
</style>
border-color css
<style>
span { border-color: #CC1D15; }
span { border-color: rgb(204,29,21); }
td.TdClassName
{
border-color: #CC1D15;
}
.TagClassName
{
border-color: #CC1D15;
}
</style>