Html Css Color HEX #CC1A15 Harley Davidson Orange
📋 copy color: '#CC1A15'red 204 ◦ green 26 ◦ blue 21
Shades of Harley Davidson Orange #CC1A15
Tints of Harley Davidson Orange #CC1A15
RGB
CMYK
RGB Variations
Color information
#CC1A15 (or 0xCC1A15) is known color: Harley Davidson Orange. HEX triplet: CC, 1A and 15. RGB value is (204,26,21). Sum of RGB (Red+Green+Blue) = 204+26+21=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1A15 is #33E5EA. Grayscale: #4E4E4E. Windows color (decimal): -3401195 or 1383116. OLE color: 1383116.
HSL color Cylindrical-coordinate representation of color #CC1A15: hue angle of 1.64º 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 #CC1A15 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 26 | 21 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.2 |
| HSL | 1.64º | 0.81% | 0.44% | - |
| HSV(B) | 1.64º | 0.9% | 0.8% | - |
| XYZ | 25.41 | 13.63 | 2 | - |
| YUV | 78.65 | 95.47 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 21 | 0 | 0.87 | 0.90 | 0.2 | 1.64 | 0.81 | 0.44 |
| Hex | CC | 1A | 15 | 0 | 57 | 5A | 14 | 2 | 51 | 2C |
| Octal | 314 | 32 | 25 | 0 | 127 | 132 | 24 | 2 | 121 | 54 |
| Binary | 11001100 | 11010 | 10101 | 0 | 1010111 | 1011010 | 10100 | 10 | 1010001 | 101100 |
Color Harmonies of #CC1A15
Complementary color
Monochromatic Colors of #CC1A15
Black with #CC1A15
Text Example
Text Example
White with #CC1A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1A15; }
p { color: rgb(204,26,21); }
H1.HeaderClassName
{
color: #CC1A15;
}
.AnyTagClassName
{
color: #CC1A15;
}
</style>
background-color css
<style>
a { background-color: #CC1A15; }
a { background-color: rgb(204,26,21); }
div.DivClassName
{
background-color: #CC1A15;
}
.BgClassName
{
background-color: #CC1A15;
}
</style>
border-color css
<style>
span { border-color: #CC1A15; }
span { border-color: rgb(204,26,21); }
td.TdClassName
{
border-color: #CC1A15;
}
.TagClassName
{
border-color: #CC1A15;
}
</style>