Html Css Color HEX #CB3122 Harley Davidson Orange
📋 copy color: '#CB3122'red 203 ◦ green 49 ◦ blue 34
Shades of Harley Davidson Orange #CB3122
Tints of Harley Davidson Orange #CB3122
RGB
CMYK
RGB Variations
Color information
#CB3122 (or 0xCB3122) is known color: Harley Davidson Orange. HEX triplet: CB, 31 and 22. RGB value is (203,49,34). Sum of RGB (Red+Green+Blue) = 203+49+34=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3122 is #34CEDD. Grayscale: #5D5D5D. Windows color (decimal): -3460830 or 2240971. OLE color: 2240971.
HSL color Cylindrical-coordinate representation of color #CB3122: hue angle of 5.33º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB3122 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 34 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.20 |
| HSL | 5.33º | 0.71% | 0.46% | - |
| HSV(B) | 5.33º | 0.83% | 0.8% | - |
| XYZ | 26.02 | 15.01 | 3.04 | - |
| YUV | 93.34 | 94.52 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 34 | 0 | 0.76 | 0.83 | 0.20 | 5.33 | 0.71 | 0.46 |
| Hex | CB | 31 | 22 | 0 | 4C | 53 | 14 | 5 | 47 | 2E |
| Octal | 313 | 61 | 42 | 0 | 114 | 123 | 24 | 5 | 107 | 56 |
| Binary | 11001011 | 110001 | 100010 | 0 | 1001100 | 1010011 | 10100 | 101 | 1000111 | 101110 |
Color Harmonies of #CB3122
Complementary color
Monochromatic Colors of #CB3122
Black with #CB3122
Text Example
Text Example
White with #CB3122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3122; }
p { color: rgb(203,49,34); }
H1.HeaderClassName
{
color: #CB3122;
}
.AnyTagClassName
{
color: #CB3122;
}
</style>
background-color css
<style>
a { background-color: #CB3122; }
a { background-color: rgb(203,49,34); }
div.DivClassName
{
background-color: #CB3122;
}
.BgClassName
{
background-color: #CB3122;
}
</style>
border-color css
<style>
span { border-color: #CB3122; }
span { border-color: rgb(203,49,34); }
td.TdClassName
{
border-color: #CB3122;
}
.TagClassName
{
border-color: #CB3122;
}
</style>