Html Css Color HEX #CB3215 Harley Davidson Orange
📋 copy color: '#CB3215'red 203 ◦ green 50 ◦ blue 21
Shades of Harley Davidson Orange #CB3215
Tints of Harley Davidson Orange #CB3215
RGB
CMYK
RGB Variations
Color information
#CB3215 (or 0xCB3215) is known color: Harley Davidson Orange. HEX triplet: CB, 32 and 15. RGB value is (203,50,21). Sum of RGB (Red+Green+Blue) = 203+50+21=274 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.09% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3215 is #34CDEA. Grayscale: #5C5C5C. Windows color (decimal): -3460587 or 1389259. OLE color: 1389259.
HSL color Cylindrical-coordinate representation of color #CB3215: hue angle of 9.56º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB3215 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 21 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.20 |
| HSL | 9.56º | 0.81% | 0.44% | - |
| HSV(B) | 9.56º | 0.9% | 0.8% | - |
| XYZ | 25.9 | 15.03 | 2.25 | - |
| YUV | 92.44 | 87.69 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 21 | 0 | 0.75 | 0.90 | 0.20 | 9.56 | 0.81 | 0.44 |
| Hex | CB | 32 | 15 | 0 | 4B | 5A | 14 | A | 51 | 2C |
| Octal | 313 | 62 | 25 | 0 | 113 | 132 | 24 | 12 | 121 | 54 |
| Binary | 11001011 | 110010 | 10101 | 0 | 1001011 | 1011010 | 10100 | 1010 | 1010001 | 101100 |
Color Harmonies of #CB3215
Complementary color
Monochromatic Colors of #CB3215
Black with #CB3215
Text Example
Text Example
White with #CB3215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3215; }
p { color: rgb(203,50,21); }
H1.HeaderClassName
{
color: #CB3215;
}
.AnyTagClassName
{
color: #CB3215;
}
</style>
background-color css
<style>
a { background-color: #CB3215; }
a { background-color: rgb(203,50,21); }
div.DivClassName
{
background-color: #CB3215;
}
.BgClassName
{
background-color: #CB3215;
}
</style>
border-color css
<style>
span { border-color: #CB3215; }
span { border-color: rgb(203,50,21); }
td.TdClassName
{
border-color: #CB3215;
}
.TagClassName
{
border-color: #CB3215;
}
</style>