Html Css Color HEX #CC190D Harley Davidson Orange
📋 copy color: '#CC190D'red 204 ◦ green 25 ◦ blue 13
Shades of Harley Davidson Orange #CC190D
Tints of Harley Davidson Orange #CC190D
RGB
CMYK
RGB Variations
Color information
#CC190D (or 0xCC190D) is known color: Harley Davidson Orange. HEX triplet: CC, 19 and 0D. RGB value is (204,25,13). Sum of RGB (Red+Green+Blue) = 204+25+13=242 (32% of max value = 765). Red value is 204 (80.08% from 255 or 84.30% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 204 - color contains mainly: red. Hex color #CC190D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC190D is #33E6F2. Grayscale: #4D4D4D. Windows color (decimal): -3401459 or 858572. OLE color: 858572.
HSL color Cylindrical-coordinate representation of color #CC190D: hue angle of 3.77º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC190D is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 13 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.2 |
| HSL | 3.77º | 0.88% | 0.43% | - |
| HSV(B) | 3.77º | 0.94% | 0.8% | - |
| XYZ | 25.32 | 13.56 | 1.66 | - |
| YUV | 77.15 | 91.8 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 13 | 0 | 0.88 | 0.94 | 0.2 | 3.77 | 0.88 | 0.43 |
| Hex | CC | 19 | D | 0 | 58 | 5E | 14 | 4 | 58 | 2B |
| Octal | 314 | 31 | 15 | 0 | 130 | 136 | 24 | 4 | 130 | 53 |
| Binary | 11001100 | 11001 | 1101 | 0 | 1011000 | 1011110 | 10100 | 100 | 1011000 | 101011 |
Color Harmonies of #CC190D
Complementary color
Monochromatic Colors of #CC190D
Black with #CC190D
Text Example
Text Example
White with #CC190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC190D; }
p { color: rgb(204,25,13); }
H1.HeaderClassName
{
color: #CC190D;
}
.AnyTagClassName
{
color: #CC190D;
}
</style>
background-color css
<style>
a { background-color: #CC190D; }
a { background-color: rgb(204,25,13); }
div.DivClassName
{
background-color: #CC190D;
}
.BgClassName
{
background-color: #CC190D;
}
</style>
border-color css
<style>
span { border-color: #CC190D; }
span { border-color: rgb(204,25,13); }
td.TdClassName
{
border-color: #CC190D;
}
.TagClassName
{
border-color: #CC190D;
}
</style>