Html Css Color HEX #CB4211 Harley Davidson Orange
📋 copy color: '#CB4211'red 203 ◦ green 66 ◦ blue 17
Shades of Harley Davidson Orange #CB4211
Tints of Harley Davidson Orange #CB4211
RGB
CMYK
RGB Variations
Color information
#CB4211 (or 0xCB4211) is known color: Harley Davidson Orange. HEX triplet: CB, 42 and 11. RGB value is (203,66,17). Sum of RGB (Red+Green+Blue) = 203+66+17=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4211 is #34BDEE. Grayscale: #656565. Windows color (decimal): -3456495 or 1131211. OLE color: 1131211.
HSL color Cylindrical-coordinate representation of color #CB4211: hue angle of 15.81º 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 #CB4211 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 17 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.20 |
| HSL | 15.81º | 0.85% | 0.43% | - |
| HSV(B) | 15.81º | 0.92% | 0.8% | - |
| XYZ | 26.68 | 16.63 | 2.33 | - |
| YUV | 101.38 | 80.39 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 17 | 0 | 0.67 | 0.92 | 0.20 | 15.81 | 0.85 | 0.43 |
| Hex | CB | 42 | 11 | 0 | 43 | 5C | 14 | 10 | 55 | 2B |
| Octal | 313 | 102 | 21 | 0 | 103 | 134 | 24 | 20 | 125 | 53 |
| Binary | 11001011 | 1000010 | 10001 | 0 | 1000011 | 1011100 | 10100 | 10000 | 1010101 | 101011 |
Color Harmonies of #CB4211
Complementary color
Monochromatic Colors of #CB4211
Black with #CB4211
Text Example
Text Example
White with #CB4211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4211; }
p { color: rgb(203,66,17); }
H1.HeaderClassName
{
color: #CB4211;
}
.AnyTagClassName
{
color: #CB4211;
}
</style>
background-color css
<style>
a { background-color: #CB4211; }
a { background-color: rgb(203,66,17); }
div.DivClassName
{
background-color: #CB4211;
}
.BgClassName
{
background-color: #CB4211;
}
</style>
border-color css
<style>
span { border-color: #CB4211; }
span { border-color: rgb(203,66,17); }
td.TdClassName
{
border-color: #CB4211;
}
.TagClassName
{
border-color: #CB4211;
}
</style>