Html Css Color HEX #CB1E19 Harley Davidson Orange
📋 copy color: '#CB1E19'red 203 ◦ green 30 ◦ blue 25
Shades of Harley Davidson Orange #CB1E19
Tints of Harley Davidson Orange #CB1E19
RGB
CMYK
RGB Variations
Color information
#CB1E19 (or 0xCB1E19) is known color: Harley Davidson Orange. HEX triplet: CB, 1E and 19. RGB value is (203,30,25). Sum of RGB (Red+Green+Blue) = 203+30+25=258 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.68% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB1E19 is #34E1E6. Grayscale: #515151. Windows color (decimal): -3465703 or 1646283. OLE color: 1646283.
HSL color Cylindrical-coordinate representation of color #CB1E19: hue angle of 1.69º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1E19 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 30 | 25 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.20 |
| HSL | 1.69º | 0.78% | 0.45% | - |
| HSV(B) | 1.69º | 0.88% | 0.8% | - |
| XYZ | 25.27 | 13.7 | 2.23 | - |
| YUV | 81.16 | 96.31 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 25 | 0 | 0.85 | 0.88 | 0.20 | 1.69 | 0.78 | 0.45 |
| Hex | CB | 1E | 19 | 0 | 55 | 58 | 14 | 2 | 4E | 2D |
| Octal | 313 | 36 | 31 | 0 | 125 | 130 | 24 | 2 | 116 | 55 |
| Binary | 11001011 | 11110 | 11001 | 0 | 1010101 | 1011000 | 10100 | 10 | 1001110 | 101101 |
Color Harmonies of #CB1E19
Complementary color
Monochromatic Colors of #CB1E19
Black with #CB1E19
Text Example
Text Example
White with #CB1E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1E19; }
p { color: rgb(203,30,25); }
H1.HeaderClassName
{
color: #CB1E19;
}
.AnyTagClassName
{
color: #CB1E19;
}
</style>
background-color css
<style>
a { background-color: #CB1E19; }
a { background-color: rgb(203,30,25); }
div.DivClassName
{
background-color: #CB1E19;
}
.BgClassName
{
background-color: #CB1E19;
}
</style>
border-color css
<style>
span { border-color: #CB1E19; }
span { border-color: rgb(203,30,25); }
td.TdClassName
{
border-color: #CB1E19;
}
.TagClassName
{
border-color: #CB1E19;
}
</style>