Html Css Color HEX #CB4021 Harley Davidson Orange
📋 copy color: '#CB4021'red 203 ◦ green 64 ◦ blue 33
Shades of Harley Davidson Orange #CB4021
Tints of Harley Davidson Orange #CB4021
RGB
CMYK
RGB Variations
Color information
#CB4021 (or 0xCB4021) is known color: Harley Davidson Orange. HEX triplet: CB, 40 and 21. RGB value is (203,64,33). Sum of RGB (Red+Green+Blue) = 203+64+33=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4021 is #34BFDE. Grayscale: #666666. Windows color (decimal): -3456991 or 2179275. OLE color: 2179275.
HSL color Cylindrical-coordinate representation of color #CB4021: hue angle of 10.94º 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 #CB4021 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 33 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.20 |
| HSL | 10.94º | 0.72% | 0.46% | - |
| HSV(B) | 10.94º | 0.84% | 0.8% | - |
| XYZ | 26.74 | 16.47 | 3.21 | - |
| YUV | 102.03 | 89.05 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 33 | 0 | 0.68 | 0.84 | 0.20 | 10.94 | 0.72 | 0.46 |
| Hex | CB | 40 | 21 | 0 | 44 | 54 | 14 | B | 48 | 2E |
| Octal | 313 | 100 | 41 | 0 | 104 | 124 | 24 | 13 | 110 | 56 |
| Binary | 11001011 | 1000000 | 100001 | 0 | 1000100 | 1010100 | 10100 | 1011 | 1001000 | 101110 |
Color Harmonies of #CB4021
Complementary color
Monochromatic Colors of #CB4021
Black with #CB4021
Text Example
Text Example
White with #CB4021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4021; }
p { color: rgb(203,64,33); }
H1.HeaderClassName
{
color: #CB4021;
}
.AnyTagClassName
{
color: #CB4021;
}
</style>
background-color css
<style>
a { background-color: #CB4021; }
a { background-color: rgb(203,64,33); }
div.DivClassName
{
background-color: #CB4021;
}
.BgClassName
{
background-color: #CB4021;
}
</style>
border-color css
<style>
span { border-color: #CB4021; }
span { border-color: rgb(203,64,33); }
td.TdClassName
{
border-color: #CB4021;
}
.TagClassName
{
border-color: #CB4021;
}
</style>