Html Css Color HEX #CB320D Harley Davidson Orange
📋 copy color: '#CB320D'red 203 ◦ green 50 ◦ blue 13
Shades of Harley Davidson Orange #CB320D
Tints of Harley Davidson Orange #CB320D
RGB
CMYK
RGB Variations
Color information
#CB320D (or 0xCB320D) is known color: Harley Davidson Orange. HEX triplet: CB, 32 and 0D. RGB value is (203,50,13). Sum of RGB (Red+Green+Blue) = 203+50+13=266 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.32% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 203 - color contains mainly: red. Hex color #CB320D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB320D is #34CDF2. Grayscale: #5B5B5B. Windows color (decimal): -3460595 or 864971. OLE color: 864971.
HSL color Cylindrical-coordinate representation of color #CB320D: hue angle of 11.68º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB320D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 13 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.20 |
| HSL | 11.68º | 0.88% | 0.42% | - |
| HSV(B) | 11.68º | 0.94% | 0.8% | - |
| XYZ | 25.84 | 15.01 | 1.92 | - |
| YUV | 91.53 | 83.69 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 13 | 0 | 0.75 | 0.94 | 0.20 | 11.68 | 0.88 | 0.42 |
| Hex | CB | 32 | D | 0 | 4B | 5E | 14 | C | 58 | 2A |
| Octal | 313 | 62 | 15 | 0 | 113 | 136 | 24 | 14 | 130 | 52 |
| Binary | 11001011 | 110010 | 1101 | 0 | 1001011 | 1011110 | 10100 | 1100 | 1011000 | 101010 |
Color Harmonies of #CB320D
Complementary color
Monochromatic Colors of #CB320D
Black with #CB320D
Text Example
Text Example
White with #CB320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB320D; }
p { color: rgb(203,50,13); }
H1.HeaderClassName
{
color: #CB320D;
}
.AnyTagClassName
{
color: #CB320D;
}
</style>
background-color css
<style>
a { background-color: #CB320D; }
a { background-color: rgb(203,50,13); }
div.DivClassName
{
background-color: #CB320D;
}
.BgClassName
{
background-color: #CB320D;
}
</style>
border-color css
<style>
span { border-color: #CB320D; }
span { border-color: rgb(203,50,13); }
td.TdClassName
{
border-color: #CB320D;
}
.TagClassName
{
border-color: #CB320D;
}
</style>