Html Css Color HEX #CC1A10 Harley Davidson Orange
📋 copy color: '#CC1A10'red 204 ◦ green 26 ◦ blue 16
Shades of Harley Davidson Orange #CC1A10
Tints of Harley Davidson Orange #CC1A10
RGB
CMYK
RGB Variations
Color information
#CC1A10 (or 0xCC1A10) is known color: Harley Davidson Orange. HEX triplet: CC, 1A and 10. RGB value is (204,26,16). Sum of RGB (Red+Green+Blue) = 204+26+16=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1A10 is #33E5EF. Grayscale: #4E4E4E. Windows color (decimal): -3401200 or 1055436. OLE color: 1055436.
HSL color Cylindrical-coordinate representation of color #CC1A10: hue angle of 3.19º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1A10 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 26 | 16 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.2 |
| HSL | 3.19º | 0.85% | 0.43% | - |
| HSV(B) | 3.19º | 0.92% | 0.8% | - |
| XYZ | 25.36 | 13.61 | 1.78 | - |
| YUV | 78.08 | 92.97 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 16 | 0 | 0.87 | 0.92 | 0.2 | 3.19 | 0.85 | 0.43 |
| Hex | CC | 1A | 10 | 0 | 57 | 5C | 14 | 3 | 55 | 2B |
| Octal | 314 | 32 | 20 | 0 | 127 | 134 | 24 | 3 | 125 | 53 |
| Binary | 11001100 | 11010 | 10000 | 0 | 1010111 | 1011100 | 10100 | 11 | 1010101 | 101011 |
Color Harmonies of #CC1A10
Complementary color
Monochromatic Colors of #CC1A10
Black with #CC1A10
Text Example
Text Example
White with #CC1A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1A10; }
p { color: rgb(204,26,16); }
H1.HeaderClassName
{
color: #CC1A10;
}
.AnyTagClassName
{
color: #CC1A10;
}
</style>
background-color css
<style>
a { background-color: #CC1A10; }
a { background-color: rgb(204,26,16); }
div.DivClassName
{
background-color: #CC1A10;
}
.BgClassName
{
background-color: #CC1A10;
}
</style>
border-color css
<style>
span { border-color: #CC1A10; }
span { border-color: rgb(204,26,16); }
td.TdClassName
{
border-color: #CC1A10;
}
.TagClassName
{
border-color: #CC1A10;
}
</style>