Html Css Color HEX #CB3E1E Harley Davidson Orange
📋 copy color: '#CB3E1E'red 203 ◦ green 62 ◦ blue 30
Shades of Harley Davidson Orange #CB3E1E
Tints of Harley Davidson Orange #CB3E1E
RGB
CMYK
RGB Variations
Color information
#CB3E1E (or 0xCB3E1E) is known color: Harley Davidson Orange. HEX triplet: CB, 3E and 1E. RGB value is (203,62,30). Sum of RGB (Red+Green+Blue) = 203+62+30=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3E1E is #34C1E1. Grayscale: #646464. Windows color (decimal): -3457506 or 1982155. OLE color: 1982155.
HSL color Cylindrical-coordinate representation of color #CB3E1E: hue angle of 11.1º 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 #CB3E1E is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 30 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.20 |
| HSL | 11.1º | 0.74% | 0.46% | - |
| HSV(B) | 11.1º | 0.85% | 0.8% | - |
| XYZ | 26.59 | 16.24 | 2.96 | - |
| YUV | 100.51 | 88.21 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 30 | 0 | 0.69 | 0.85 | 0.20 | 11.1 | 0.74 | 0.46 |
| Hex | CB | 3E | 1E | 0 | 45 | 55 | 14 | B | 4A | 2E |
| Octal | 313 | 76 | 36 | 0 | 105 | 125 | 24 | 13 | 112 | 56 |
| Binary | 11001011 | 111110 | 11110 | 0 | 1000101 | 1010101 | 10100 | 1011 | 1001010 | 101110 |
Color Harmonies of #CB3E1E
Complementary color
Monochromatic Colors of #CB3E1E
Black with #CB3E1E
Text Example
Text Example
White with #CB3E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3E1E; }
p { color: rgb(203,62,30); }
H1.HeaderClassName
{
color: #CB3E1E;
}
.AnyTagClassName
{
color: #CB3E1E;
}
</style>
background-color css
<style>
a { background-color: #CB3E1E; }
a { background-color: rgb(203,62,30); }
div.DivClassName
{
background-color: #CB3E1E;
}
.BgClassName
{
background-color: #CB3E1E;
}
</style>
border-color css
<style>
span { border-color: #CB3E1E; }
span { border-color: rgb(203,62,30); }
td.TdClassName
{
border-color: #CB3E1E;
}
.TagClassName
{
border-color: #CB3E1E;
}
</style>