Html Css Color HEX #CB4918 Harley Davidson Orange
📋 copy color: '#CB4918'red 203 ◦ green 73 ◦ blue 24
Shades of Harley Davidson Orange #CB4918
Tints of Harley Davidson Orange #CB4918
RGB
CMYK
RGB Variations
Color information
#CB4918 (or 0xCB4918) is known color: Harley Davidson Orange. HEX triplet: CB, 49 and 18. RGB value is (203,73,24). Sum of RGB (Red+Green+Blue) = 203+73+24=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4918 is #34B6E7. Grayscale: #6A6A6A. Windows color (decimal): -3454696 or 1591755. OLE color: 1591755.
HSL color Cylindrical-coordinate representation of color #CB4918: hue angle of 16.42º 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 #CB4918 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 24 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.20 |
| HSL | 16.42º | 0.79% | 0.45% | - |
| HSV(B) | 16.42º | 0.88% | 0.8% | - |
| XYZ | 27.18 | 17.53 | 2.81 | - |
| YUV | 106.28 | 81.57 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 24 | 0 | 0.64 | 0.88 | 0.20 | 16.42 | 0.79 | 0.45 |
| Hex | CB | 49 | 18 | 0 | 40 | 58 | 14 | 10 | 4F | 2D |
| Octal | 313 | 111 | 30 | 0 | 100 | 130 | 24 | 20 | 117 | 55 |
| Binary | 11001011 | 1001001 | 11000 | 0 | 1000000 | 1011000 | 10100 | 10000 | 1001111 | 101101 |
Color Harmonies of #CB4918
Complementary color
Monochromatic Colors of #CB4918
Black with #CB4918
Text Example
Text Example
White with #CB4918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4918; }
p { color: rgb(203,73,24); }
H1.HeaderClassName
{
color: #CB4918;
}
.AnyTagClassName
{
color: #CB4918;
}
</style>
background-color css
<style>
a { background-color: #CB4918; }
a { background-color: rgb(203,73,24); }
div.DivClassName
{
background-color: #CB4918;
}
.BgClassName
{
background-color: #CB4918;
}
</style>
border-color css
<style>
span { border-color: #CB4918; }
span { border-color: rgb(203,73,24); }
td.TdClassName
{
border-color: #CB4918;
}
.TagClassName
{
border-color: #CB4918;
}
</style>