Html Css Color HEX #CB1F00 Harley Davidson Orange
📋 copy color: '#CB1F00'red 203 ◦ green 31 ◦ blue 0
Shades of Harley Davidson Orange #CB1F00
Tints of Harley Davidson Orange #CB1F00
RGB
CMYK
RGB Variations
Color information
#CB1F00 (or 0xCB1F00) is known color: Harley Davidson Orange. HEX triplet: CB, 1F and 00. RGB value is (203,31,0). Sum of RGB (Red+Green+Blue) = 203+31+0=234 (30% of max value = 765). Red value is 203 (79.69% from 255 or 86.75% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB1F00 is #34E0FF. Grayscale: #4F4F4F. Windows color (decimal): -3465472 or 8139. OLE color: 8139.
HSL color Cylindrical-coordinate representation of color #CB1F00: hue angle of 9.16º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB1F00 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 31 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.20 |
| HSL | 9.16º | 1% | 0.4% | - |
| HSV(B) | 9.16º | 1% | 0.8% | - |
| XYZ | 25.12 | 13.68 | 1.32 | - |
| YUV | 78.89 | 83.48 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 0 | 0 | 0.85 | 1 | 0.20 | 9.16 | 1 | 0.4 |
| Hex | CB | 1F | 0 | 0 | 55 | 64 | 14 | 9 | 64 | 28 |
| Octal | 313 | 37 | 0 | 0 | 125 | 144 | 24 | 11 | 144 | 50 |
| Binary | 11001011 | 11111 | 0 | 0 | 1010101 | 1100100 | 10100 | 1001 | 1100100 | 101000 |
Color Harmonies of #CB1F00
Complementary color
Monochromatic Colors of #CB1F00
Black with #CB1F00
Text Example
Text Example
White with #CB1F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1F00; }
p { color: rgb(203,31,0); }
H1.HeaderClassName
{
color: #CB1F00;
}
.AnyTagClassName
{
color: #CB1F00;
}
</style>
background-color css
<style>
a { background-color: #CB1F00; }
a { background-color: rgb(203,31,0); }
div.DivClassName
{
background-color: #CB1F00;
}
.BgClassName
{
background-color: #CB1F00;
}
</style>
border-color css
<style>
span { border-color: #CB1F00; }
span { border-color: rgb(203,31,0); }
td.TdClassName
{
border-color: #CB1F00;
}
.TagClassName
{
border-color: #CB1F00;
}
</style>