Html Css Color HEX #CE190C Harley Davidson Orange
📋 copy color: '#CE190C'red 206 ◦ green 25 ◦ blue 12
Shades of Harley Davidson Orange #CE190C
Tints of Harley Davidson Orange #CE190C
RGB
CMYK
RGB Variations
Color information
#CE190C (or 0xCE190C) is known color: Harley Davidson Orange. HEX triplet: CE, 19 and 0C. RGB value is (206,25,12). Sum of RGB (Red+Green+Blue) = 206+25+12=243 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.77% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 206 - color contains mainly: red. Hex color #CE190C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE190C is #31E6F3. Grayscale: #4D4D4D. Windows color (decimal): -3270388 or 793038. OLE color: 793038.
HSL color Cylindrical-coordinate representation of color #CE190C: hue angle of 4.02º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE190C is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 12 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.19 |
| HSL | 4.02º | 0.89% | 0.43% | - |
| HSV(B) | 4.02º | 0.94% | 0.81% | - |
| XYZ | 25.87 | 13.84 | 1.66 | - |
| YUV | 77.64 | 90.97 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 12 | 0 | 0.88 | 0.94 | 0.19 | 4.02 | 0.89 | 0.43 |
| Hex | CE | 19 | C | 0 | 58 | 5E | 13 | 4 | 59 | 2B |
| Octal | 316 | 31 | 14 | 0 | 130 | 136 | 23 | 4 | 131 | 53 |
| Binary | 11001110 | 11001 | 1100 | 0 | 1011000 | 1011110 | 10011 | 100 | 1011001 | 101011 |
Color Harmonies of #CE190C
Complementary color
Monochromatic Colors of #CE190C
Black with #CE190C
Text Example
Text Example
White with #CE190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE190C; }
p { color: rgb(206,25,12); }
H1.HeaderClassName
{
color: #CE190C;
}
.AnyTagClassName
{
color: #CE190C;
}
</style>
background-color css
<style>
a { background-color: #CE190C; }
a { background-color: rgb(206,25,12); }
div.DivClassName
{
background-color: #CE190C;
}
.BgClassName
{
background-color: #CE190C;
}
</style>
border-color css
<style>
span { border-color: #CE190C; }
span { border-color: rgb(206,25,12); }
td.TdClassName
{
border-color: #CE190C;
}
.TagClassName
{
border-color: #CE190C;
}
</style>