Html Css Color HEX #CC190A Harley Davidson Orange
📋 copy color: '#CC190A'red 204 ◦ green 25 ◦ blue 10
Shades of Harley Davidson Orange #CC190A
Tints of Harley Davidson Orange #CC190A
RGB
CMYK
RGB Variations
Color information
#CC190A (or 0xCC190A) is known color: Harley Davidson Orange. HEX triplet: CC, 19 and 0A. RGB value is (204,25,10). Sum of RGB (Red+Green+Blue) = 204+25+10=239 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.36% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 204 - color contains mainly: red. Hex color #CC190A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC190A is #33E6F5. Grayscale: #4D4D4D. Windows color (decimal): -3401462 or 661964. OLE color: 661964.
HSL color Cylindrical-coordinate representation of color #CC190A: hue angle of 4.64º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC190A is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 10 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.2 |
| HSL | 4.64º | 0.91% | 0.42% | - |
| HSV(B) | 4.64º | 0.95% | 0.8% | - |
| XYZ | 25.3 | 13.55 | 1.57 | - |
| YUV | 76.81 | 90.3 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 10 | 0 | 0.88 | 0.95 | 0.2 | 4.64 | 0.91 | 0.42 |
| Hex | CC | 19 | A | 0 | 58 | 5F | 14 | 5 | 5B | 2A |
| Octal | 314 | 31 | 12 | 0 | 130 | 137 | 24 | 5 | 133 | 52 |
| Binary | 11001100 | 11001 | 1010 | 0 | 1011000 | 1011111 | 10100 | 101 | 1011011 | 101010 |
Color Harmonies of #CC190A
Complementary color
Monochromatic Colors of #CC190A
Black with #CC190A
Text Example
Text Example
White with #CC190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC190A; }
p { color: rgb(204,25,10); }
H1.HeaderClassName
{
color: #CC190A;
}
.AnyTagClassName
{
color: #CC190A;
}
</style>
background-color css
<style>
a { background-color: #CC190A; }
a { background-color: rgb(204,25,10); }
div.DivClassName
{
background-color: #CC190A;
}
.BgClassName
{
background-color: #CC190A;
}
</style>
border-color css
<style>
span { border-color: #CC190A; }
span { border-color: rgb(204,25,10); }
td.TdClassName
{
border-color: #CC190A;
}
.TagClassName
{
border-color: #CC190A;
}
</style>