Html Css Color HEX #CB4116 Harley Davidson Orange
📋 copy color: '#CB4116'red 203 ◦ green 65 ◦ blue 22
Shades of Harley Davidson Orange #CB4116
Tints of Harley Davidson Orange #CB4116
RGB
CMYK
RGB Variations
Color information
#CB4116 (or 0xCB4116) is known color: Harley Davidson Orange. HEX triplet: CB, 41 and 16. RGB value is (203,65,22). Sum of RGB (Red+Green+Blue) = 203+65+22=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4116 is #34BEE9. Grayscale: #656565. Windows color (decimal): -3456746 or 1458635. OLE color: 1458635.
HSL color Cylindrical-coordinate representation of color #CB4116: hue angle of 14.25º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB4116 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 22 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.20 |
| HSL | 14.25º | 0.8% | 0.44% | - |
| HSV(B) | 14.25º | 0.89% | 0.8% | - |
| XYZ | 26.66 | 16.54 | 2.55 | - |
| YUV | 101.36 | 83.22 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 22 | 0 | 0.68 | 0.89 | 0.20 | 14.25 | 0.8 | 0.44 |
| Hex | CB | 41 | 16 | 0 | 44 | 59 | 14 | E | 50 | 2C |
| Octal | 313 | 101 | 26 | 0 | 104 | 131 | 24 | 16 | 120 | 54 |
| Binary | 11001011 | 1000001 | 10110 | 0 | 1000100 | 1011001 | 10100 | 1110 | 1010000 | 101100 |
Color Harmonies of #CB4116
Complementary color
Monochromatic Colors of #CB4116
Black with #CB4116
Text Example
Text Example
White with #CB4116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4116; }
p { color: rgb(203,65,22); }
H1.HeaderClassName
{
color: #CB4116;
}
.AnyTagClassName
{
color: #CB4116;
}
</style>
background-color css
<style>
a { background-color: #CB4116; }
a { background-color: rgb(203,65,22); }
div.DivClassName
{
background-color: #CB4116;
}
.BgClassName
{
background-color: #CB4116;
}
</style>
border-color css
<style>
span { border-color: #CB4116; }
span { border-color: rgb(203,65,22); }
td.TdClassName
{
border-color: #CB4116;
}
.TagClassName
{
border-color: #CB4116;
}
</style>