Html Css Color HEX #CC1A14 Harley Davidson Orange
📋 copy color: '#CC1A14'red 204 ◦ green 26 ◦ blue 20
Shades of Harley Davidson Orange #CC1A14
Tints of Harley Davidson Orange #CC1A14
RGB
CMYK
RGB Variations
Color information
#CC1A14 (or 0xCC1A14) is known color: Harley Davidson Orange. HEX triplet: CC, 1A and 14. RGB value is (204,26,20). Sum of RGB (Red+Green+Blue) = 204+26+20=250 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.6% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1A14 is #33E5EB. Grayscale: #4E4E4E. Windows color (decimal): -3401196 or 1317580. OLE color: 1317580.
HSL color Cylindrical-coordinate representation of color #CC1A14: hue angle of 1.96º degrees, saturation: 0.82, 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 #CC1A14 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 26 | 20 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.2 |
| HSL | 1.96º | 0.82% | 0.44% | - |
| HSV(B) | 1.96º | 0.9% | 0.8% | - |
| XYZ | 25.4 | 13.63 | 1.95 | - |
| YUV | 78.54 | 94.97 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 20 | 0 | 0.87 | 0.90 | 0.2 | 1.96 | 0.82 | 0.44 |
| Hex | CC | 1A | 14 | 0 | 57 | 5A | 14 | 2 | 52 | 2C |
| Octal | 314 | 32 | 24 | 0 | 127 | 132 | 24 | 2 | 122 | 54 |
| Binary | 11001100 | 11010 | 10100 | 0 | 1010111 | 1011010 | 10100 | 10 | 1010010 | 101100 |
Color Harmonies of #CC1A14
Complementary color
Monochromatic Colors of #CC1A14
Black with #CC1A14
Text Example
Text Example
White with #CC1A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1A14; }
p { color: rgb(204,26,20); }
H1.HeaderClassName
{
color: #CC1A14;
}
.AnyTagClassName
{
color: #CC1A14;
}
</style>
background-color css
<style>
a { background-color: #CC1A14; }
a { background-color: rgb(204,26,20); }
div.DivClassName
{
background-color: #CC1A14;
}
.BgClassName
{
background-color: #CC1A14;
}
</style>
border-color css
<style>
span { border-color: #CC1A14; }
span { border-color: rgb(204,26,20); }
td.TdClassName
{
border-color: #CC1A14;
}
.TagClassName
{
border-color: #CC1A14;
}
</style>