Html Css Color HEX #CB4215 Harley Davidson Orange
📋 copy color: '#CB4215'red 203 ◦ green 66 ◦ blue 21
Shades of Harley Davidson Orange #CB4215
Tints of Harley Davidson Orange #CB4215
RGB
CMYK
RGB Variations
Color information
#CB4215 (or 0xCB4215) is known color: Harley Davidson Orange. HEX triplet: CB, 42 and 15. RGB value is (203,66,21). Sum of RGB (Red+Green+Blue) = 203+66+21=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4215 is #34BDEA. Grayscale: #666666. Windows color (decimal): -3456491 or 1393355. OLE color: 1393355.
HSL color Cylindrical-coordinate representation of color #CB4215: hue angle of 14.84º 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 #CB4215 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 21 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.20 |
| HSL | 14.84º | 0.81% | 0.44% | - |
| HSV(B) | 14.84º | 0.9% | 0.8% | - |
| XYZ | 26.71 | 16.65 | 2.51 | - |
| YUV | 101.83 | 82.39 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 21 | 0 | 0.67 | 0.90 | 0.20 | 14.84 | 0.81 | 0.44 |
| Hex | CB | 42 | 15 | 0 | 43 | 5A | 14 | F | 51 | 2C |
| Octal | 313 | 102 | 25 | 0 | 103 | 132 | 24 | 17 | 121 | 54 |
| Binary | 11001011 | 1000010 | 10101 | 0 | 1000011 | 1011010 | 10100 | 1111 | 1010001 | 101100 |
Color Harmonies of #CB4215
Complementary color
Monochromatic Colors of #CB4215
Black with #CB4215
Text Example
Text Example
White with #CB4215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4215; }
p { color: rgb(203,66,21); }
H1.HeaderClassName
{
color: #CB4215;
}
.AnyTagClassName
{
color: #CB4215;
}
</style>
background-color css
<style>
a { background-color: #CB4215; }
a { background-color: rgb(203,66,21); }
div.DivClassName
{
background-color: #CB4215;
}
.BgClassName
{
background-color: #CB4215;
}
</style>
border-color css
<style>
span { border-color: #CB4215; }
span { border-color: rgb(203,66,21); }
td.TdClassName
{
border-color: #CB4215;
}
.TagClassName
{
border-color: #CB4215;
}
</style>