Html Css Color HEX #CB3E13 Harley Davidson Orange
📋 copy color: '#CB3E13'red 203 ◦ green 62 ◦ blue 19
Shades of Harley Davidson Orange #CB3E13
Tints of Harley Davidson Orange #CB3E13
RGB
CMYK
RGB Variations
Color information
#CB3E13 (or 0xCB3E13) is known color: Harley Davidson Orange. HEX triplet: CB, 3E and 13. RGB value is (203,62,19). Sum of RGB (Red+Green+Blue) = 203+62+19=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3E13 is #34C1EC. Grayscale: #636363. Windows color (decimal): -3457517 or 1261259. OLE color: 1261259.
HSL color Cylindrical-coordinate representation of color #CB3E13: hue angle of 14.02º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB3E13 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 19 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.20 |
| HSL | 14.02º | 0.83% | 0.44% | - |
| HSV(B) | 14.02º | 0.91% | 0.8% | - |
| XYZ | 26.47 | 16.19 | 2.35 | - |
| YUV | 99.26 | 82.71 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 19 | 0 | 0.69 | 0.91 | 0.20 | 14.02 | 0.83 | 0.44 |
| Hex | CB | 3E | 13 | 0 | 45 | 5B | 14 | E | 53 | 2C |
| Octal | 313 | 76 | 23 | 0 | 105 | 133 | 24 | 16 | 123 | 54 |
| Binary | 11001011 | 111110 | 10011 | 0 | 1000101 | 1011011 | 10100 | 1110 | 1010011 | 101100 |
Color Harmonies of #CB3E13
Complementary color
Monochromatic Colors of #CB3E13
Black with #CB3E13
Text Example
Text Example
White with #CB3E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3E13; }
p { color: rgb(203,62,19); }
H1.HeaderClassName
{
color: #CB3E13;
}
.AnyTagClassName
{
color: #CB3E13;
}
</style>
background-color css
<style>
a { background-color: #CB3E13; }
a { background-color: rgb(203,62,19); }
div.DivClassName
{
background-color: #CB3E13;
}
.BgClassName
{
background-color: #CB3E13;
}
</style>
border-color css
<style>
span { border-color: #CB3E13; }
span { border-color: rgb(203,62,19); }
td.TdClassName
{
border-color: #CB3E13;
}
.TagClassName
{
border-color: #CB3E13;
}
</style>