Html Css Color HEX #CB2B1E Harley Davidson Orange
📋 copy color: '#CB2B1E'red 203 ◦ green 43 ◦ blue 30
Shades of Harley Davidson Orange #CB2B1E
Tints of Harley Davidson Orange #CB2B1E
RGB
CMYK
RGB Variations
Color information
#CB2B1E (or 0xCB2B1E) is known color: Harley Davidson Orange. HEX triplet: CB, 2B and 1E. RGB value is (203,43,30). Sum of RGB (Red+Green+Blue) = 203+43+30=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2B1E is #34D4E1. Grayscale: #595959. Windows color (decimal): -3462370 or 1977291. OLE color: 1977291.
HSL color Cylindrical-coordinate representation of color #CB2B1E: hue angle of 4.51º 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 #CB2B1E is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 43 | 30 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.20 |
| HSL | 4.51º | 0.74% | 0.46% | - |
| HSV(B) | 4.51º | 0.85% | 0.8% | - |
| XYZ | 25.73 | 14.52 | 2.67 | - |
| YUV | 89.36 | 94.51 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 30 | 0 | 0.79 | 0.85 | 0.20 | 4.51 | 0.74 | 0.46 |
| Hex | CB | 2B | 1E | 0 | 4F | 55 | 14 | 5 | 4A | 2E |
| Octal | 313 | 53 | 36 | 0 | 117 | 125 | 24 | 5 | 112 | 56 |
| Binary | 11001011 | 101011 | 11110 | 0 | 1001111 | 1010101 | 10100 | 101 | 1001010 | 101110 |
Color Harmonies of #CB2B1E
Complementary color
Monochromatic Colors of #CB2B1E
Black with #CB2B1E
Text Example
Text Example
White with #CB2B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2B1E; }
p { color: rgb(203,43,30); }
H1.HeaderClassName
{
color: #CB2B1E;
}
.AnyTagClassName
{
color: #CB2B1E;
}
</style>
background-color css
<style>
a { background-color: #CB2B1E; }
a { background-color: rgb(203,43,30); }
div.DivClassName
{
background-color: #CB2B1E;
}
.BgClassName
{
background-color: #CB2B1E;
}
</style>
border-color css
<style>
span { border-color: #CB2B1E; }
span { border-color: rgb(203,43,30); }
td.TdClassName
{
border-color: #CB2B1E;
}
.TagClassName
{
border-color: #CB2B1E;
}
</style>