Html Css Color HEX #CE190B Harley Davidson Orange
📋 copy color: '#CE190B'red 206 ◦ green 25 ◦ blue 11
Shades of Harley Davidson Orange #CE190B
Tints of Harley Davidson Orange #CE190B
RGB
CMYK
RGB Variations
Color information
#CE190B (or 0xCE190B) is known color: Harley Davidson Orange. HEX triplet: CE, 19 and 0B. RGB value is (206,25,11). Sum of RGB (Red+Green+Blue) = 206+25+11=242 (32% of max value = 765). Red value is 206 (80.86% from 255 or 85.12% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 206 - color contains mainly: red. Hex color #CE190B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE190B is #31E6F4. Grayscale: #4D4D4D. Windows color (decimal): -3270389 or 727502. OLE color: 727502.
HSL color Cylindrical-coordinate representation of color #CE190B: hue angle of 4.31º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE190B is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 11 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.19 |
| HSL | 4.31º | 0.9% | 0.43% | - |
| HSV(B) | 4.31º | 0.95% | 0.81% | - |
| XYZ | 25.86 | 13.84 | 1.63 | - |
| YUV | 77.52 | 90.47 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 11 | 0 | 0.88 | 0.95 | 0.19 | 4.31 | 0.9 | 0.43 |
| Hex | CE | 19 | B | 0 | 58 | 5F | 13 | 4 | 5A | 2B |
| Octal | 316 | 31 | 13 | 0 | 130 | 137 | 23 | 4 | 132 | 53 |
| Binary | 11001110 | 11001 | 1011 | 0 | 1011000 | 1011111 | 10011 | 100 | 1011010 | 101011 |
Color Harmonies of #CE190B
Complementary color
Monochromatic Colors of #CE190B
Black with #CE190B
Text Example
Text Example
White with #CE190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE190B; }
p { color: rgb(206,25,11); }
H1.HeaderClassName
{
color: #CE190B;
}
.AnyTagClassName
{
color: #CE190B;
}
</style>
background-color css
<style>
a { background-color: #CE190B; }
a { background-color: rgb(206,25,11); }
div.DivClassName
{
background-color: #CE190B;
}
.BgClassName
{
background-color: #CE190B;
}
</style>
border-color css
<style>
span { border-color: #CE190B; }
span { border-color: rgb(206,25,11); }
td.TdClassName
{
border-color: #CE190B;
}
.TagClassName
{
border-color: #CE190B;
}
</style>