Html Css Color HEX #CB4320 Harley Davidson Orange
📋 copy color: '#CB4320'red 203 ◦ green 67 ◦ blue 32
Shades of Harley Davidson Orange #CB4320
Tints of Harley Davidson Orange #CB4320
RGB
CMYK
RGB Variations
Color information
#CB4320 (or 0xCB4320) is known color: Harley Davidson Orange. HEX triplet: CB, 43 and 20. RGB value is (203,67,32). Sum of RGB (Red+Green+Blue) = 203+67+32=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4320 is #34BCDF. Grayscale: #676767. Windows color (decimal): -3456224 or 2114507. OLE color: 2114507.
HSL color Cylindrical-coordinate representation of color #CB4320: hue angle of 12.28º degrees, saturation: 0.73, 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 #CB4320 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 32 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.20 |
| HSL | 12.28º | 0.73% | 0.46% | - |
| HSV(B) | 12.28º | 0.84% | 0.8% | - |
| XYZ | 26.9 | 16.82 | 3.19 | - |
| YUV | 103.67 | 87.56 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 32 | 0 | 0.67 | 0.84 | 0.20 | 12.28 | 0.73 | 0.46 |
| Hex | CB | 43 | 20 | 0 | 43 | 54 | 14 | C | 49 | 2E |
| Octal | 313 | 103 | 40 | 0 | 103 | 124 | 24 | 14 | 111 | 56 |
| Binary | 11001011 | 1000011 | 100000 | 0 | 1000011 | 1010100 | 10100 | 1100 | 1001001 | 101110 |
Color Harmonies of #CB4320
Complementary color
Monochromatic Colors of #CB4320
Black with #CB4320
Text Example
Text Example
White with #CB4320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4320; }
p { color: rgb(203,67,32); }
H1.HeaderClassName
{
color: #CB4320;
}
.AnyTagClassName
{
color: #CB4320;
}
</style>
background-color css
<style>
a { background-color: #CB4320; }
a { background-color: rgb(203,67,32); }
div.DivClassName
{
background-color: #CB4320;
}
.BgClassName
{
background-color: #CB4320;
}
</style>
border-color css
<style>
span { border-color: #CB4320; }
span { border-color: rgb(203,67,32); }
td.TdClassName
{
border-color: #CB4320;
}
.TagClassName
{
border-color: #CB4320;
}
</style>