Html Css Color HEX #CB3222 Harley Davidson Orange
📋 copy color: '#CB3222'red 203 ◦ green 50 ◦ blue 34
Shades of Harley Davidson Orange #CB3222
Tints of Harley Davidson Orange #CB3222
RGB
CMYK
RGB Variations
Color information
#CB3222 (or 0xCB3222) is known color: Harley Davidson Orange. HEX triplet: CB, 32 and 22. RGB value is (203,50,34). Sum of RGB (Red+Green+Blue) = 203+50+34=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3222 is #34CDDD. Grayscale: #5E5E5E. Windows color (decimal): -3460574 or 2241227. OLE color: 2241227.
HSL color Cylindrical-coordinate representation of color #CB3222: hue angle of 5.68º 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 #CB3222 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 34 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.20 |
| HSL | 5.68º | 0.71% | 0.46% | - |
| HSV(B) | 5.68º | 0.83% | 0.8% | - |
| XYZ | 26.06 | 15.09 | 3.05 | - |
| YUV | 93.92 | 94.19 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 34 | 0 | 0.75 | 0.83 | 0.20 | 5.68 | 0.71 | 0.46 |
| Hex | CB | 32 | 22 | 0 | 4B | 53 | 14 | 6 | 47 | 2E |
| Octal | 313 | 62 | 42 | 0 | 113 | 123 | 24 | 6 | 107 | 56 |
| Binary | 11001011 | 110010 | 100010 | 0 | 1001011 | 1010011 | 10100 | 110 | 1000111 | 101110 |
Color Harmonies of #CB3222
Complementary color
Monochromatic Colors of #CB3222
Black with #CB3222
Text Example
Text Example
White with #CB3222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3222; }
p { color: rgb(203,50,34); }
H1.HeaderClassName
{
color: #CB3222;
}
.AnyTagClassName
{
color: #CB3222;
}
</style>
background-color css
<style>
a { background-color: #CB3222; }
a { background-color: rgb(203,50,34); }
div.DivClassName
{
background-color: #CB3222;
}
.BgClassName
{
background-color: #CB3222;
}
</style>
border-color css
<style>
span { border-color: #CB3222; }
span { border-color: rgb(203,50,34); }
td.TdClassName
{
border-color: #CB3222;
}
.TagClassName
{
border-color: #CB3222;
}
</style>