Html Css Color HEX #CB1D18 Harley Davidson Orange
📋 copy color: '#CB1D18'red 203 ◦ green 29 ◦ blue 24
Shades of Harley Davidson Orange #CB1D18
Tints of Harley Davidson Orange #CB1D18
RGB
CMYK
RGB Variations
Color information
#CB1D18 (or 0xCB1D18) is known color: Harley Davidson Orange. HEX triplet: CB, 1D and 18. RGB value is (203,29,24). Sum of RGB (Red+Green+Blue) = 203+29+24=256 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.30% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB1D18 is #34E2E7. Grayscale: #505050. Windows color (decimal): -3465960 or 1580491. OLE color: 1580491.
HSL color Cylindrical-coordinate representation of color #CB1D18: hue angle of 1.68º degrees, saturation: 0.79, 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 #CB1D18 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 24 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.20 |
| HSL | 1.68º | 0.79% | 0.45% | - |
| HSV(B) | 1.68º | 0.88% | 0.8% | - |
| XYZ | 25.23 | 13.64 | 2.17 | - |
| YUV | 80.46 | 96.15 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 24 | 0 | 0.86 | 0.88 | 0.20 | 1.68 | 0.79 | 0.45 |
| Hex | CB | 1D | 18 | 0 | 56 | 58 | 14 | 2 | 4F | 2D |
| Octal | 313 | 35 | 30 | 0 | 126 | 130 | 24 | 2 | 117 | 55 |
| Binary | 11001011 | 11101 | 11000 | 0 | 1010110 | 1011000 | 10100 | 10 | 1001111 | 101101 |
Color Harmonies of #CB1D18
Complementary color
Monochromatic Colors of #CB1D18
Black with #CB1D18
Text Example
Text Example
White with #CB1D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1D18; }
p { color: rgb(203,29,24); }
H1.HeaderClassName
{
color: #CB1D18;
}
.AnyTagClassName
{
color: #CB1D18;
}
</style>
background-color css
<style>
a { background-color: #CB1D18; }
a { background-color: rgb(203,29,24); }
div.DivClassName
{
background-color: #CB1D18;
}
.BgClassName
{
background-color: #CB1D18;
}
</style>
border-color css
<style>
span { border-color: #CB1D18; }
span { border-color: rgb(203,29,24); }
td.TdClassName
{
border-color: #CB1D18;
}
.TagClassName
{
border-color: #CB1D18;
}
</style>