Html Css Color HEX #CB3A1E Harley Davidson Orange
📋 copy color: '#CB3A1E'red 203 ◦ green 58 ◦ blue 30
Shades of Harley Davidson Orange #CB3A1E
Tints of Harley Davidson Orange #CB3A1E
RGB
CMYK
RGB Variations
Color information
#CB3A1E (or 0xCB3A1E) is known color: Harley Davidson Orange. HEX triplet: CB, 3A and 1E. RGB value is (203,58,30). Sum of RGB (Red+Green+Blue) = 203+58+30=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3A1E is #34C5E1. Grayscale: #626262. Windows color (decimal): -3458530 or 1981131. OLE color: 1981131.
HSL color Cylindrical-coordinate representation of color #CB3A1E: hue angle of 9.71º 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 #CB3A1E is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 30 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.20 |
| HSL | 9.71º | 0.74% | 0.46% | - |
| HSV(B) | 9.71º | 0.85% | 0.8% | - |
| XYZ | 26.38 | 15.82 | 2.89 | - |
| YUV | 98.16 | 89.54 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 30 | 0 | 0.71 | 0.85 | 0.20 | 9.71 | 0.74 | 0.46 |
| Hex | CB | 3A | 1E | 0 | 47 | 55 | 14 | A | 4A | 2E |
| Octal | 313 | 72 | 36 | 0 | 107 | 125 | 24 | 12 | 112 | 56 |
| Binary | 11001011 | 111010 | 11110 | 0 | 1000111 | 1010101 | 10100 | 1010 | 1001010 | 101110 |
Color Harmonies of #CB3A1E
Complementary color
Monochromatic Colors of #CB3A1E
Black with #CB3A1E
Text Example
Text Example
White with #CB3A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3A1E; }
p { color: rgb(203,58,30); }
H1.HeaderClassName
{
color: #CB3A1E;
}
.AnyTagClassName
{
color: #CB3A1E;
}
</style>
background-color css
<style>
a { background-color: #CB3A1E; }
a { background-color: rgb(203,58,30); }
div.DivClassName
{
background-color: #CB3A1E;
}
.BgClassName
{
background-color: #CB3A1E;
}
</style>
border-color css
<style>
span { border-color: #CB3A1E; }
span { border-color: rgb(203,58,30); }
td.TdClassName
{
border-color: #CB3A1E;
}
.TagClassName
{
border-color: #CB3A1E;
}
</style>