Html Css Color HEX #CB3518 Harley Davidson Orange
📋 copy color: '#CB3518'red 203 ◦ green 53 ◦ blue 24
Shades of Harley Davidson Orange #CB3518
Tints of Harley Davidson Orange #CB3518
RGB
CMYK
RGB Variations
Color information
#CB3518 (or 0xCB3518) is known color: Harley Davidson Orange. HEX triplet: CB, 35 and 18. RGB value is (203,53,24). Sum of RGB (Red+Green+Blue) = 203+53+24=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3518 is #34CAE7. Grayscale: #5E5E5E. Windows color (decimal): -3459816 or 1586635. OLE color: 1586635.
HSL color Cylindrical-coordinate representation of color #CB3518: hue angle of 9.72º degrees, saturation: 0.79, 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 #CB3518 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 24 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.20 |
| HSL | 9.72º | 0.79% | 0.45% | - |
| HSV(B) | 9.72º | 0.88% | 0.8% | - |
| XYZ | 26.07 | 15.31 | 2.45 | - |
| YUV | 94.54 | 88.2 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 24 | 0 | 0.74 | 0.88 | 0.20 | 9.72 | 0.79 | 0.45 |
| Hex | CB | 35 | 18 | 0 | 4A | 58 | 14 | A | 4F | 2D |
| Octal | 313 | 65 | 30 | 0 | 112 | 130 | 24 | 12 | 117 | 55 |
| Binary | 11001011 | 110101 | 11000 | 0 | 1001010 | 1011000 | 10100 | 1010 | 1001111 | 101101 |
Color Harmonies of #CB3518
Complementary color
Monochromatic Colors of #CB3518
Black with #CB3518
Text Example
Text Example
White with #CB3518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3518; }
p { color: rgb(203,53,24); }
H1.HeaderClassName
{
color: #CB3518;
}
.AnyTagClassName
{
color: #CB3518;
}
</style>
background-color css
<style>
a { background-color: #CB3518; }
a { background-color: rgb(203,53,24); }
div.DivClassName
{
background-color: #CB3518;
}
.BgClassName
{
background-color: #CB3518;
}
</style>
border-color css
<style>
span { border-color: #CB3518; }
span { border-color: rgb(203,53,24); }
td.TdClassName
{
border-color: #CB3518;
}
.TagClassName
{
border-color: #CB3518;
}
</style>