Html Css Color HEX #CB3210 Harley Davidson Orange
📋 copy color: '#CB3210'red 203 ◦ green 50 ◦ blue 16
Shades of Harley Davidson Orange #CB3210
Tints of Harley Davidson Orange #CB3210
RGB
CMYK
RGB Variations
Color information
#CB3210 (or 0xCB3210) is known color: Harley Davidson Orange. HEX triplet: CB, 32 and 10. RGB value is (203,50,16). Sum of RGB (Red+Green+Blue) = 203+50+16=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3210 is #34CDEF. Grayscale: #5C5C5C. Windows color (decimal): -3460592 or 1061579. OLE color: 1061579.
HSL color Cylindrical-coordinate representation of color #CB3210: hue angle of 10.91º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB3210 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 16 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.20 |
| HSL | 10.91º | 0.85% | 0.43% | - |
| HSV(B) | 10.91º | 0.92% | 0.8% | - |
| XYZ | 25.86 | 15.02 | 2.03 | - |
| YUV | 91.87 | 85.19 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 16 | 0 | 0.75 | 0.92 | 0.20 | 10.91 | 0.85 | 0.43 |
| Hex | CB | 32 | 10 | 0 | 4B | 5C | 14 | B | 55 | 2B |
| Octal | 313 | 62 | 20 | 0 | 113 | 134 | 24 | 13 | 125 | 53 |
| Binary | 11001011 | 110010 | 10000 | 0 | 1001011 | 1011100 | 10100 | 1011 | 1010101 | 101011 |
Color Harmonies of #CB3210
Complementary color
Monochromatic Colors of #CB3210
Black with #CB3210
Text Example
Text Example
White with #CB3210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3210; }
p { color: rgb(203,50,16); }
H1.HeaderClassName
{
color: #CB3210;
}
.AnyTagClassName
{
color: #CB3210;
}
</style>
background-color css
<style>
a { background-color: #CB3210; }
a { background-color: rgb(203,50,16); }
div.DivClassName
{
background-color: #CB3210;
}
.BgClassName
{
background-color: #CB3210;
}
</style>
border-color css
<style>
span { border-color: #CB3210; }
span { border-color: rgb(203,50,16); }
td.TdClassName
{
border-color: #CB3210;
}
.TagClassName
{
border-color: #CB3210;
}
</style>