Html Css Color HEX #CB301E Harley Davidson Orange
📋 copy color: '#CB301E'red 203 ◦ green 48 ◦ blue 30
Shades of Harley Davidson Orange #CB301E
Tints of Harley Davidson Orange #CB301E
RGB
CMYK
RGB Variations
Color information
#CB301E (or 0xCB301E) is known color: Harley Davidson Orange. HEX triplet: CB, 30 and 1E. RGB value is (203,48,30). Sum of RGB (Red+Green+Blue) = 203+48+30=281 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.24% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 203 - color contains mainly: red. Hex color #CB301E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB301E is #34CFE1. Grayscale: #5C5C5C. Windows color (decimal): -3461090 or 1978571. OLE color: 1978571.
HSL color Cylindrical-coordinate representation of color #CB301E: hue angle of 6.24º 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 #CB301E is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 30 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.20 |
| HSL | 6.24º | 0.74% | 0.46% | - |
| HSV(B) | 6.24º | 0.85% | 0.8% | - |
| XYZ | 25.92 | 14.9 | 2.74 | - |
| YUV | 92.29 | 92.85 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 30 | 0 | 0.76 | 0.85 | 0.20 | 6.24 | 0.74 | 0.46 |
| Hex | CB | 30 | 1E | 0 | 4C | 55 | 14 | 6 | 4A | 2E |
| Octal | 313 | 60 | 36 | 0 | 114 | 125 | 24 | 6 | 112 | 56 |
| Binary | 11001011 | 110000 | 11110 | 0 | 1001100 | 1010101 | 10100 | 110 | 1001010 | 101110 |
Color Harmonies of #CB301E
Complementary color
Monochromatic Colors of #CB301E
Black with #CB301E
Text Example
Text Example
White with #CB301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB301E; }
p { color: rgb(203,48,30); }
H1.HeaderClassName
{
color: #CB301E;
}
.AnyTagClassName
{
color: #CB301E;
}
</style>
background-color css
<style>
a { background-color: #CB301E; }
a { background-color: rgb(203,48,30); }
div.DivClassName
{
background-color: #CB301E;
}
.BgClassName
{
background-color: #CB301E;
}
</style>
border-color css
<style>
span { border-color: #CB301E; }
span { border-color: rgb(203,48,30); }
td.TdClassName
{
border-color: #CB301E;
}
.TagClassName
{
border-color: #CB301E;
}
</style>