Html Css Color HEX #CC190F Harley Davidson Orange
📋 copy color: '#CC190F'red 204 ◦ green 25 ◦ blue 15
Shades of Harley Davidson Orange #CC190F
Tints of Harley Davidson Orange #CC190F
RGB
CMYK
RGB Variations
Color information
#CC190F (or 0xCC190F) is known color: Harley Davidson Orange. HEX triplet: CC, 19 and 0F. RGB value is (204,25,15). Sum of RGB (Red+Green+Blue) = 204+25+15=244 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.61% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 204 - color contains mainly: red. Hex color #CC190F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC190F is #33E6F0. Grayscale: #4D4D4D. Windows color (decimal): -3401457 or 989644. OLE color: 989644.
HSL color Cylindrical-coordinate representation of color #CC190F: hue angle of 3.17º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC190F is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 15 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.2 |
| HSL | 3.17º | 0.86% | 0.43% | - |
| HSV(B) | 3.17º | 0.93% | 0.8% | - |
| XYZ | 25.34 | 13.57 | 1.74 | - |
| YUV | 77.38 | 92.8 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 15 | 0 | 0.88 | 0.93 | 0.2 | 3.17 | 0.86 | 0.43 |
| Hex | CC | 19 | F | 0 | 58 | 5D | 14 | 3 | 56 | 2B |
| Octal | 314 | 31 | 17 | 0 | 130 | 135 | 24 | 3 | 126 | 53 |
| Binary | 11001100 | 11001 | 1111 | 0 | 1011000 | 1011101 | 10100 | 11 | 1010110 | 101011 |
Color Harmonies of #CC190F
Complementary color
Monochromatic Colors of #CC190F
Black with #CC190F
Text Example
Text Example
White with #CC190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC190F; }
p { color: rgb(204,25,15); }
H1.HeaderClassName
{
color: #CC190F;
}
.AnyTagClassName
{
color: #CC190F;
}
</style>
background-color css
<style>
a { background-color: #CC190F; }
a { background-color: rgb(204,25,15); }
div.DivClassName
{
background-color: #CC190F;
}
.BgClassName
{
background-color: #CC190F;
}
</style>
border-color css
<style>
span { border-color: #CC190F; }
span { border-color: rgb(204,25,15); }
td.TdClassName
{
border-color: #CC190F;
}
.TagClassName
{
border-color: #CC190F;
}
</style>