Html Css Color HEX #CC1C15 Harley Davidson Orange
📋 copy color: '#CC1C15'red 204 ◦ green 28 ◦ blue 21
Shades of Harley Davidson Orange #CC1C15
Tints of Harley Davidson Orange #CC1C15
RGB
CMYK
RGB Variations
Color information
#CC1C15 (or 0xCC1C15) is known color: Harley Davidson Orange. HEX triplet: CC, 1C and 15. RGB value is (204,28,21). Sum of RGB (Red+Green+Blue) = 204+28+21=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1C15 is #33E3EA. Grayscale: #505050. Windows color (decimal): -3400683 or 1383628. OLE color: 1383628.
HSL color Cylindrical-coordinate representation of color #CC1C15: hue angle of 2.3º 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 #CC1C15 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 28 | 21 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.2 |
| HSL | 2.3º | 0.81% | 0.44% | - |
| HSV(B) | 2.3º | 0.9% | 0.8% | - |
| XYZ | 25.45 | 13.72 | 2.02 | - |
| YUV | 79.83 | 94.81 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 21 | 0 | 0.86 | 0.90 | 0.2 | 2.3 | 0.81 | 0.44 |
| Hex | CC | 1C | 15 | 0 | 56 | 5A | 14 | 2 | 51 | 2C |
| Octal | 314 | 34 | 25 | 0 | 126 | 132 | 24 | 2 | 121 | 54 |
| Binary | 11001100 | 11100 | 10101 | 0 | 1010110 | 1011010 | 10100 | 10 | 1010001 | 101100 |
Color Harmonies of #CC1C15
Complementary color
Monochromatic Colors of #CC1C15
Black with #CC1C15
Text Example
Text Example
White with #CC1C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1C15; }
p { color: rgb(204,28,21); }
H1.HeaderClassName
{
color: #CC1C15;
}
.AnyTagClassName
{
color: #CC1C15;
}
</style>
background-color css
<style>
a { background-color: #CC1C15; }
a { background-color: rgb(204,28,21); }
div.DivClassName
{
background-color: #CC1C15;
}
.BgClassName
{
background-color: #CC1C15;
}
</style>
border-color css
<style>
span { border-color: #CC1C15; }
span { border-color: rgb(204,28,21); }
td.TdClassName
{
border-color: #CC1C15;
}
.TagClassName
{
border-color: #CC1C15;
}
</style>