Html Css Color HEX #CB311E Harley Davidson Orange
📋 copy color: '#CB311E'red 203 ◦ green 49 ◦ blue 30
Shades of Harley Davidson Orange #CB311E
Tints of Harley Davidson Orange #CB311E
RGB
CMYK
RGB Variations
Color information
#CB311E (or 0xCB311E) is known color: Harley Davidson Orange. HEX triplet: CB, 31 and 1E. RGB value is (203,49,30). Sum of RGB (Red+Green+Blue) = 203+49+30=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB311E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB311E is #34CEE1. Grayscale: #5D5D5D. Windows color (decimal): -3460834 or 1978827. OLE color: 1978827.
HSL color Cylindrical-coordinate representation of color #CB311E: hue angle of 6.59º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB311E is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 30 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.20 |
| HSL | 6.59º | 0.74% | 0.46% | - |
| HSV(B) | 6.59º | 0.85% | 0.8% | - |
| XYZ | 25.96 | 14.99 | 2.75 | - |
| YUV | 92.88 | 92.52 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 30 | 0 | 0.76 | 0.85 | 0.20 | 6.59 | 0.74 | 0.46 |
| Hex | CB | 31 | 1E | 0 | 4C | 55 | 14 | 7 | 4A | 2E |
| Octal | 313 | 61 | 36 | 0 | 114 | 125 | 24 | 7 | 112 | 56 |
| Binary | 11001011 | 110001 | 11110 | 0 | 1001100 | 1010101 | 10100 | 111 | 1001010 | 101110 |
Color Harmonies of #CB311E
Complementary color
Monochromatic Colors of #CB311E
Black with #CB311E
Text Example
Text Example
White with #CB311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB311E; }
p { color: rgb(203,49,30); }
H1.HeaderClassName
{
color: #CB311E;
}
.AnyTagClassName
{
color: #CB311E;
}
</style>
background-color css
<style>
a { background-color: #CB311E; }
a { background-color: rgb(203,49,30); }
div.DivClassName
{
background-color: #CB311E;
}
.BgClassName
{
background-color: #CB311E;
}
</style>
border-color css
<style>
span { border-color: #CB311E; }
span { border-color: rgb(203,49,30); }
td.TdClassName
{
border-color: #CB311E;
}
.TagClassName
{
border-color: #CB311E;
}
</style>