Html Css Color HEX #CB4017 Harley Davidson Orange
📋 copy color: '#CB4017'red 203 ◦ green 64 ◦ blue 23
Shades of Harley Davidson Orange #CB4017
Tints of Harley Davidson Orange #CB4017
RGB
CMYK
RGB Variations
Color information
#CB4017 (or 0xCB4017) is known color: Harley Davidson Orange. HEX triplet: CB, 40 and 17. RGB value is (203,64,23). Sum of RGB (Red+Green+Blue) = 203+64+23=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4017 is #34BFE8. Grayscale: #656565. Windows color (decimal): -3457001 or 1523915. OLE color: 1523915.
HSL color Cylindrical-coordinate representation of color #CB4017: hue angle of 13.67º 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 #CB4017 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 23 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.20 |
| HSL | 13.67º | 0.8% | 0.44% | - |
| HSV(B) | 13.67º | 0.89% | 0.8% | - |
| XYZ | 26.62 | 16.43 | 2.58 | - |
| YUV | 100.89 | 84.05 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 23 | 0 | 0.68 | 0.89 | 0.20 | 13.67 | 0.8 | 0.44 |
| Hex | CB | 40 | 17 | 0 | 44 | 59 | 14 | E | 50 | 2C |
| Octal | 313 | 100 | 27 | 0 | 104 | 131 | 24 | 16 | 120 | 54 |
| Binary | 11001011 | 1000000 | 10111 | 0 | 1000100 | 1011001 | 10100 | 1110 | 1010000 | 101100 |
Color Harmonies of #CB4017
Complementary color
Monochromatic Colors of #CB4017
Black with #CB4017
Text Example
Text Example
White with #CB4017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4017; }
p { color: rgb(203,64,23); }
H1.HeaderClassName
{
color: #CB4017;
}
.AnyTagClassName
{
color: #CB4017;
}
</style>
background-color css
<style>
a { background-color: #CB4017; }
a { background-color: rgb(203,64,23); }
div.DivClassName
{
background-color: #CB4017;
}
.BgClassName
{
background-color: #CB4017;
}
</style>
border-color css
<style>
span { border-color: #CB4017; }
span { border-color: rgb(203,64,23); }
td.TdClassName
{
border-color: #CB4017;
}
.TagClassName
{
border-color: #CB4017;
}
</style>