Html Css Color HEX #CB4322 Harley Davidson Orange
📋 copy color: '#CB4322'red 203 ◦ green 67 ◦ blue 34
Shades of Harley Davidson Orange #CB4322
Tints of Harley Davidson Orange #CB4322
RGB
CMYK
RGB Variations
Color information
#CB4322 (or 0xCB4322) is known color: Harley Davidson Orange. HEX triplet: CB, 43 and 22. RGB value is (203,67,34). Sum of RGB (Red+Green+Blue) = 203+67+34=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4322 is #34BCDD. Grayscale: #686868. Windows color (decimal): -3456222 or 2245579. OLE color: 2245579.
HSL color Cylindrical-coordinate representation of color #CB4322: hue angle of 11.72º 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 #CB4322 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 34 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.20 |
| HSL | 11.72º | 0.71% | 0.46% | - |
| HSV(B) | 11.72º | 0.83% | 0.8% | - |
| XYZ | 26.92 | 16.83 | 3.34 | - |
| YUV | 103.9 | 88.56 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 34 | 0 | 0.67 | 0.83 | 0.20 | 11.72 | 0.71 | 0.46 |
| Hex | CB | 43 | 22 | 0 | 43 | 53 | 14 | C | 47 | 2E |
| Octal | 313 | 103 | 42 | 0 | 103 | 123 | 24 | 14 | 107 | 56 |
| Binary | 11001011 | 1000011 | 100010 | 0 | 1000011 | 1010011 | 10100 | 1100 | 1000111 | 101110 |
Color Harmonies of #CB4322
Complementary color
Monochromatic Colors of #CB4322
Black with #CB4322
Text Example
Text Example
White with #CB4322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4322; }
p { color: rgb(203,67,34); }
H1.HeaderClassName
{
color: #CB4322;
}
.AnyTagClassName
{
color: #CB4322;
}
</style>
background-color css
<style>
a { background-color: #CB4322; }
a { background-color: rgb(203,67,34); }
div.DivClassName
{
background-color: #CB4322;
}
.BgClassName
{
background-color: #CB4322;
}
</style>
border-color css
<style>
span { border-color: #CB4322; }
span { border-color: rgb(203,67,34); }
td.TdClassName
{
border-color: #CB4322;
}
.TagClassName
{
border-color: #CB4322;
}
</style>