Html Css Color HEX #CC1B16 Harley Davidson Orange
📋 copy color: '#CC1B16'red 204 ◦ green 27 ◦ blue 22
Shades of Harley Davidson Orange #CC1B16
Tints of Harley Davidson Orange #CC1B16
RGB
CMYK
RGB Variations
Color information
#CC1B16 (or 0xCC1B16) is known color: Harley Davidson Orange. HEX triplet: CC, 1B and 16. RGB value is (204,27,22). Sum of RGB (Red+Green+Blue) = 204+27+22=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1B16 is #33E4E9. Grayscale: #4F4F4F. Windows color (decimal): -3400938 or 1448908. OLE color: 1448908.
HSL color Cylindrical-coordinate representation of color #CC1B16: hue angle of 1.65º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1B16 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 27 | 22 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.2 |
| HSL | 1.65º | 0.81% | 0.44% | - |
| HSV(B) | 1.65º | 0.89% | 0.8% | - |
| XYZ | 25.44 | 13.68 | 2.06 | - |
| YUV | 79.35 | 95.64 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 22 | 0 | 0.87 | 0.89 | 0.2 | 1.65 | 0.81 | 0.44 |
| Hex | CC | 1B | 16 | 0 | 57 | 59 | 14 | 2 | 51 | 2C |
| Octal | 314 | 33 | 26 | 0 | 127 | 131 | 24 | 2 | 121 | 54 |
| Binary | 11001100 | 11011 | 10110 | 0 | 1010111 | 1011001 | 10100 | 10 | 1010001 | 101100 |
Color Harmonies of #CC1B16
Complementary color
Monochromatic Colors of #CC1B16
Black with #CC1B16
Text Example
Text Example
White with #CC1B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1B16; }
p { color: rgb(204,27,22); }
H1.HeaderClassName
{
color: #CC1B16;
}
.AnyTagClassName
{
color: #CC1B16;
}
</style>
background-color css
<style>
a { background-color: #CC1B16; }
a { background-color: rgb(204,27,22); }
div.DivClassName
{
background-color: #CC1B16;
}
.BgClassName
{
background-color: #CC1B16;
}
</style>
border-color css
<style>
span { border-color: #CC1B16; }
span { border-color: rgb(204,27,22); }
td.TdClassName
{
border-color: #CC1B16;
}
.TagClassName
{
border-color: #CC1B16;
}
</style>