Html Css Color HEX #CC1B11 Harley Davidson Orange
📋 copy color: '#CC1B11'red 204 ◦ green 27 ◦ blue 17
Shades of Harley Davidson Orange #CC1B11
Tints of Harley Davidson Orange #CC1B11
RGB
CMYK
RGB Variations
Color information
#CC1B11 (or 0xCC1B11) is known color: Harley Davidson Orange. HEX triplet: CC, 1B and 11. RGB value is (204,27,17). Sum of RGB (Red+Green+Blue) = 204+27+17=248 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.26% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1B11 is #33E4EE. Grayscale: #4F4F4F. Windows color (decimal): -3400943 or 1121228. OLE color: 1121228.
HSL color Cylindrical-coordinate representation of color #CC1B11: hue angle of 3.21º 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 #CC1B11 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 27 | 17 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.2 |
| HSL | 3.21º | 0.85% | 0.43% | - |
| HSV(B) | 3.21º | 0.92% | 0.8% | - |
| XYZ | 25.39 | 13.66 | 1.83 | - |
| YUV | 78.78 | 93.14 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 17 | 0 | 0.87 | 0.92 | 0.2 | 3.21 | 0.85 | 0.43 |
| Hex | CC | 1B | 11 | 0 | 57 | 5C | 14 | 3 | 55 | 2B |
| Octal | 314 | 33 | 21 | 0 | 127 | 134 | 24 | 3 | 125 | 53 |
| Binary | 11001100 | 11011 | 10001 | 0 | 1010111 | 1011100 | 10100 | 11 | 1010101 | 101011 |
Color Harmonies of #CC1B11
Complementary color
Monochromatic Colors of #CC1B11
Black with #CC1B11
Text Example
Text Example
White with #CC1B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1B11; }
p { color: rgb(204,27,17); }
H1.HeaderClassName
{
color: #CC1B11;
}
.AnyTagClassName
{
color: #CC1B11;
}
</style>
background-color css
<style>
a { background-color: #CC1B11; }
a { background-color: rgb(204,27,17); }
div.DivClassName
{
background-color: #CC1B11;
}
.BgClassName
{
background-color: #CC1B11;
}
</style>
border-color css
<style>
span { border-color: #CC1B11; }
span { border-color: rgb(204,27,17); }
td.TdClassName
{
border-color: #CC1B11;
}
.TagClassName
{
border-color: #CC1B11;
}
</style>