Html Css Color HEX #CB4321 Harley Davidson Orange
📋 copy color: '#CB4321'red 203 ◦ green 67 ◦ blue 33
Shades of Harley Davidson Orange #CB4321
Tints of Harley Davidson Orange #CB4321
RGB
CMYK
RGB Variations
Color information
#CB4321 (or 0xCB4321) is known color: Harley Davidson Orange. HEX triplet: CB, 43 and 21. RGB value is (203,67,33). Sum of RGB (Red+Green+Blue) = 203+67+33=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4321 is #34BCDE. Grayscale: #686868. Windows color (decimal): -3456223 or 2180043. OLE color: 2180043.
HSL color Cylindrical-coordinate representation of color #CB4321: hue angle of 12º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB4321 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 33 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.20 |
| HSL | 12º | 0.72% | 0.46% | - |
| HSV(B) | 12º | 0.84% | 0.8% | - |
| XYZ | 26.91 | 16.82 | 3.27 | - |
| YUV | 103.79 | 88.06 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 33 | 0 | 0.67 | 0.84 | 0.20 | 12 | 0.72 | 0.46 |
| Hex | CB | 43 | 21 | 0 | 43 | 54 | 14 | C | 48 | 2E |
| Octal | 313 | 103 | 41 | 0 | 103 | 124 | 24 | 14 | 110 | 56 |
| Binary | 11001011 | 1000011 | 100001 | 0 | 1000011 | 1010100 | 10100 | 1100 | 1001000 | 101110 |
Color Harmonies of #CB4321
Complementary color
Monochromatic Colors of #CB4321
Black with #CB4321
Text Example
Text Example
White with #CB4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4321; }
p { color: rgb(203,67,33); }
H1.HeaderClassName
{
color: #CB4321;
}
.AnyTagClassName
{
color: #CB4321;
}
</style>
background-color css
<style>
a { background-color: #CB4321; }
a { background-color: rgb(203,67,33); }
div.DivClassName
{
background-color: #CB4321;
}
.BgClassName
{
background-color: #CB4321;
}
</style>
border-color css
<style>
span { border-color: #CB4321; }
span { border-color: rgb(203,67,33); }
td.TdClassName
{
border-color: #CB4321;
}
.TagClassName
{
border-color: #CB4321;
}
</style>