Html Css Color HEX #CB4519 Harley Davidson Orange
📋 copy color: '#CB4519'red 203 ◦ green 69 ◦ blue 25
Shades of Harley Davidson Orange #CB4519
Tints of Harley Davidson Orange #CB4519
RGB
CMYK
RGB Variations
Color information
#CB4519 (or 0xCB4519) is known color: Harley Davidson Orange. HEX triplet: CB, 45 and 19. RGB value is (203,69,25). Sum of RGB (Red+Green+Blue) = 203+69+25=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4519 is #34BAE6. Grayscale: #686868. Windows color (decimal): -3455719 or 1656267. OLE color: 1656267.
HSL color Cylindrical-coordinate representation of color #CB4519: hue angle of 14.83º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB4519 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 25 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.20 |
| HSL | 14.83º | 0.78% | 0.45% | - |
| HSV(B) | 14.83º | 0.88% | 0.8% | - |
| XYZ | 26.93 | 17.02 | 2.79 | - |
| YUV | 104.05 | 83.39 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 25 | 0 | 0.66 | 0.88 | 0.20 | 14.83 | 0.78 | 0.45 |
| Hex | CB | 45 | 19 | 0 | 42 | 58 | 14 | F | 4E | 2D |
| Octal | 313 | 105 | 31 | 0 | 102 | 130 | 24 | 17 | 116 | 55 |
| Binary | 11001011 | 1000101 | 11001 | 0 | 1000010 | 1011000 | 10100 | 1111 | 1001110 | 101101 |
Color Harmonies of #CB4519
Complementary color
Monochromatic Colors of #CB4519
Black with #CB4519
Text Example
Text Example
White with #CB4519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4519; }
p { color: rgb(203,69,25); }
H1.HeaderClassName
{
color: #CB4519;
}
.AnyTagClassName
{
color: #CB4519;
}
</style>
background-color css
<style>
a { background-color: #CB4519; }
a { background-color: rgb(203,69,25); }
div.DivClassName
{
background-color: #CB4519;
}
.BgClassName
{
background-color: #CB4519;
}
</style>
border-color css
<style>
span { border-color: #CB4519; }
span { border-color: rgb(203,69,25); }
td.TdClassName
{
border-color: #CB4519;
}
.TagClassName
{
border-color: #CB4519;
}
</style>