Html Css Color HEX #CB300E Harley Davidson Orange
📋 copy color: '#CB300E'red 203 ◦ green 48 ◦ blue 14
Shades of Harley Davidson Orange #CB300E
Tints of Harley Davidson Orange #CB300E
RGB
CMYK
RGB Variations
Color information
#CB300E (or 0xCB300E) is known color: Harley Davidson Orange. HEX triplet: CB, 30 and 0E. RGB value is (203,48,14). Sum of RGB (Red+Green+Blue) = 203+48+14=265 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.60% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 203 - color contains mainly: red. Hex color #CB300E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB300E is #34CFF1. Grayscale: #5A5A5A. Windows color (decimal): -3461106 or 929995. OLE color: 929995.
HSL color Cylindrical-coordinate representation of color #CB300E: hue angle of 10.79º 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 #CB300E is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 14 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.20 |
| HSL | 10.79º | 0.87% | 0.43% | - |
| HSV(B) | 10.79º | 0.93% | 0.8% | - |
| XYZ | 25.76 | 14.84 | 1.92 | - |
| YUV | 90.47 | 84.85 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 14 | 0 | 0.76 | 0.93 | 0.20 | 10.79 | 0.87 | 0.43 |
| Hex | CB | 30 | E | 0 | 4C | 5D | 14 | B | 57 | 2B |
| Octal | 313 | 60 | 16 | 0 | 114 | 135 | 24 | 13 | 127 | 53 |
| Binary | 11001011 | 110000 | 1110 | 0 | 1001100 | 1011101 | 10100 | 1011 | 1010111 | 101011 |
Color Harmonies of #CB300E
Complementary color
Monochromatic Colors of #CB300E
Black with #CB300E
Text Example
Text Example
White with #CB300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB300E; }
p { color: rgb(203,48,14); }
H1.HeaderClassName
{
color: #CB300E;
}
.AnyTagClassName
{
color: #CB300E;
}
</style>
background-color css
<style>
a { background-color: #CB300E; }
a { background-color: rgb(203,48,14); }
div.DivClassName
{
background-color: #CB300E;
}
.BgClassName
{
background-color: #CB300E;
}
</style>
border-color css
<style>
span { border-color: #CB300E; }
span { border-color: rgb(203,48,14); }
td.TdClassName
{
border-color: #CB300E;
}
.TagClassName
{
border-color: #CB300E;
}
</style>