Html Css Color HEX #CB3517 Harley Davidson Orange
📋 copy color: '#CB3517'red 203 ◦ green 53 ◦ blue 23
Shades of Harley Davidson Orange #CB3517
Tints of Harley Davidson Orange #CB3517
RGB
CMYK
RGB Variations
Color information
#CB3517 (or 0xCB3517) is known color: Harley Davidson Orange. HEX triplet: CB, 35 and 17. RGB value is (203,53,23). Sum of RGB (Red+Green+Blue) = 203+53+23=279 (36% of max value = 765). Red value is 203 (79.69% from 255 or 72.76% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3517 is #34CAE8. Grayscale: #5E5E5E. Windows color (decimal): -3459817 or 1521099. OLE color: 1521099.
HSL color Cylindrical-coordinate representation of color #CB3517: hue angle of 10º 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 #CB3517 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 23 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.20 |
| HSL | 10º | 0.8% | 0.44% | - |
| HSV(B) | 10º | 0.89% | 0.8% | - |
| XYZ | 26.06 | 15.3 | 2.39 | - |
| YUV | 94.43 | 87.7 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 23 | 0 | 0.74 | 0.89 | 0.20 | 10 | 0.8 | 0.44 |
| Hex | CB | 35 | 17 | 0 | 4A | 59 | 14 | A | 50 | 2C |
| Octal | 313 | 65 | 27 | 0 | 112 | 131 | 24 | 12 | 120 | 54 |
| Binary | 11001011 | 110101 | 10111 | 0 | 1001010 | 1011001 | 10100 | 1010 | 1010000 | 101100 |
Color Harmonies of #CB3517
Complementary color
Monochromatic Colors of #CB3517
Black with #CB3517
Text Example
Text Example
White with #CB3517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3517; }
p { color: rgb(203,53,23); }
H1.HeaderClassName
{
color: #CB3517;
}
.AnyTagClassName
{
color: #CB3517;
}
</style>
background-color css
<style>
a { background-color: #CB3517; }
a { background-color: rgb(203,53,23); }
div.DivClassName
{
background-color: #CB3517;
}
.BgClassName
{
background-color: #CB3517;
}
</style>
border-color css
<style>
span { border-color: #CB3517; }
span { border-color: rgb(203,53,23); }
td.TdClassName
{
border-color: #CB3517;
}
.TagClassName
{
border-color: #CB3517;
}
</style>