Html Css Color HEX #CB320E Harley Davidson Orange
📋 copy color: '#CB320E'red 203 ◦ green 50 ◦ blue 14
Shades of Harley Davidson Orange #CB320E
Tints of Harley Davidson Orange #CB320E
RGB
CMYK
RGB Variations
Color information
#CB320E (or 0xCB320E) is known color: Harley Davidson Orange. HEX triplet: CB, 32 and 0E. RGB value is (203,50,14). Sum of RGB (Red+Green+Blue) = 203+50+14=267 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.03% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 203 - color contains mainly: red. Hex color #CB320E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB320E is #34CDF1. Grayscale: #5B5B5B. Windows color (decimal): -3460594 or 930507. OLE color: 930507.
HSL color Cylindrical-coordinate representation of color #CB320E: hue angle of 11.43º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB320E is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 14 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.20 |
| HSL | 11.43º | 0.87% | 0.43% | - |
| HSV(B) | 11.43º | 0.93% | 0.8% | - |
| XYZ | 25.85 | 15.01 | 1.95 | - |
| YUV | 91.64 | 84.19 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 14 | 0 | 0.75 | 0.93 | 0.20 | 11.43 | 0.87 | 0.43 |
| Hex | CB | 32 | E | 0 | 4B | 5D | 14 | B | 57 | 2B |
| Octal | 313 | 62 | 16 | 0 | 113 | 135 | 24 | 13 | 127 | 53 |
| Binary | 11001011 | 110010 | 1110 | 0 | 1001011 | 1011101 | 10100 | 1011 | 1010111 | 101011 |
Color Harmonies of #CB320E
Complementary color
Monochromatic Colors of #CB320E
Black with #CB320E
Text Example
Text Example
White with #CB320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB320E; }
p { color: rgb(203,50,14); }
H1.HeaderClassName
{
color: #CB320E;
}
.AnyTagClassName
{
color: #CB320E;
}
</style>
background-color css
<style>
a { background-color: #CB320E; }
a { background-color: rgb(203,50,14); }
div.DivClassName
{
background-color: #CB320E;
}
.BgClassName
{
background-color: #CB320E;
}
</style>
border-color css
<style>
span { border-color: #CB320E; }
span { border-color: rgb(203,50,14); }
td.TdClassName
{
border-color: #CB320E;
}
.TagClassName
{
border-color: #CB320E;
}
</style>