Html Css Color HEX #CB4416 Harley Davidson Orange
📋 copy color: '#CB4416'red 203 ◦ green 68 ◦ blue 22
Shades of Harley Davidson Orange #CB4416
Tints of Harley Davidson Orange #CB4416
RGB
CMYK
RGB Variations
Color information
#CB4416 (or 0xCB4416) is known color: Harley Davidson Orange. HEX triplet: CB, 44 and 16. RGB value is (203,68,22). Sum of RGB (Red+Green+Blue) = 203+68+22=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4416 is #34BBE9. Grayscale: #676767. Windows color (decimal): -3455978 or 1459403. OLE color: 1459403.
HSL color Cylindrical-coordinate representation of color #CB4416: hue angle of 15.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 #CB4416 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 22 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.20 |
| HSL | 15.25º | 0.8% | 0.44% | - |
| HSV(B) | 15.25º | 0.89% | 0.8% | - |
| XYZ | 26.84 | 16.89 | 2.6 | - |
| YUV | 103.12 | 82.23 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 22 | 0 | 0.67 | 0.89 | 0.20 | 15.25 | 0.8 | 0.44 |
| Hex | CB | 44 | 16 | 0 | 43 | 59 | 14 | F | 50 | 2C |
| Octal | 313 | 104 | 26 | 0 | 103 | 131 | 24 | 17 | 120 | 54 |
| Binary | 11001011 | 1000100 | 10110 | 0 | 1000011 | 1011001 | 10100 | 1111 | 1010000 | 101100 |
Color Harmonies of #CB4416
Complementary color
Monochromatic Colors of #CB4416
Black with #CB4416
Text Example
Text Example
White with #CB4416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4416; }
p { color: rgb(203,68,22); }
H1.HeaderClassName
{
color: #CB4416;
}
.AnyTagClassName
{
color: #CB4416;
}
</style>
background-color css
<style>
a { background-color: #CB4416; }
a { background-color: rgb(203,68,22); }
div.DivClassName
{
background-color: #CB4416;
}
.BgClassName
{
background-color: #CB4416;
}
</style>
border-color css
<style>
span { border-color: #CB4416; }
span { border-color: rgb(203,68,22); }
td.TdClassName
{
border-color: #CB4416;
}
.TagClassName
{
border-color: #CB4416;
}
</style>