Html Css Color HEX #CB1F03 Harley Davidson Orange
📋 copy color: '#CB1F03'red 203 ◦ green 31 ◦ blue 3
Shades of Harley Davidson Orange #CB1F03
Tints of Harley Davidson Orange #CB1F03
RGB
CMYK
RGB Variations
Color information
#CB1F03 (or 0xCB1F03) is known color: Harley Davidson Orange. HEX triplet: CB, 1F and 03. RGB value is (203,31,3). Sum of RGB (Red+Green+Blue) = 203+31+3=237 (31% of max value = 765). Red value is 203 (79.69% from 255 or 85.65% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB1F03 is #34E0FC. Grayscale: #4F4F4F. Windows color (decimal): -3465469 or 204747. OLE color: 204747.
HSL color Cylindrical-coordinate representation of color #CB1F03: hue angle of 8.4º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB1F03 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 31 | 3 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.20 |
| HSL | 8.4º | 0.97% | 0.4% | - |
| HSV(B) | 8.4º | 0.99% | 0.8% | - |
| XYZ | 25.14 | 13.68 | 1.4 | - |
| YUV | 79.24 | 84.98 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 3 | 0 | 0.85 | 0.99 | 0.20 | 8.4 | 0.97 | 0.4 |
| Hex | CB | 1F | 3 | 0 | 55 | 63 | 14 | 8 | 61 | 28 |
| Octal | 313 | 37 | 3 | 0 | 125 | 143 | 24 | 10 | 141 | 50 |
| Binary | 11001011 | 11111 | 11 | 0 | 1010101 | 1100011 | 10100 | 1000 | 1100001 | 101000 |
Color Harmonies of #CB1F03
Complementary color
Monochromatic Colors of #CB1F03
Black with #CB1F03
Text Example
Text Example
White with #CB1F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1F03; }
p { color: rgb(203,31,3); }
H1.HeaderClassName
{
color: #CB1F03;
}
.AnyTagClassName
{
color: #CB1F03;
}
</style>
background-color css
<style>
a { background-color: #CB1F03; }
a { background-color: rgb(203,31,3); }
div.DivClassName
{
background-color: #CB1F03;
}
.BgClassName
{
background-color: #CB1F03;
}
</style>
border-color css
<style>
span { border-color: #CB1F03; }
span { border-color: rgb(203,31,3); }
td.TdClassName
{
border-color: #CB1F03;
}
.TagClassName
{
border-color: #CB1F03;
}
</style>