Html Css Color HEX #CB381E Harley Davidson Orange
📋 copy color: '#CB381E'red 203 ◦ green 56 ◦ blue 30
Shades of Harley Davidson Orange #CB381E
Tints of Harley Davidson Orange #CB381E
RGB
CMYK
RGB Variations
Color information
#CB381E (or 0xCB381E) is known color: Harley Davidson Orange. HEX triplet: CB, 38 and 1E. RGB value is (203,56,30). Sum of RGB (Red+Green+Blue) = 203+56+30=289 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.24% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 203 - color contains mainly: red. Hex color #CB381E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB381E is #34C7E1. Grayscale: #616161. Windows color (decimal): -3459042 or 1980619. OLE color: 1980619.
HSL color Cylindrical-coordinate representation of color #CB381E: hue angle of 9.02º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB381E is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 30 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.20 |
| HSL | 9.02º | 0.74% | 0.46% | - |
| HSV(B) | 9.02º | 0.85% | 0.8% | - |
| XYZ | 26.28 | 15.62 | 2.86 | - |
| YUV | 96.99 | 90.2 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 30 | 0 | 0.72 | 0.85 | 0.20 | 9.02 | 0.74 | 0.46 |
| Hex | CB | 38 | 1E | 0 | 48 | 55 | 14 | 9 | 4A | 2E |
| Octal | 313 | 70 | 36 | 0 | 110 | 125 | 24 | 11 | 112 | 56 |
| Binary | 11001011 | 111000 | 11110 | 0 | 1001000 | 1010101 | 10100 | 1001 | 1001010 | 101110 |
Color Harmonies of #CB381E
Complementary color
Monochromatic Colors of #CB381E
Black with #CB381E
Text Example
Text Example
White with #CB381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB381E; }
p { color: rgb(203,56,30); }
H1.HeaderClassName
{
color: #CB381E;
}
.AnyTagClassName
{
color: #CB381E;
}
</style>
background-color css
<style>
a { background-color: #CB381E; }
a { background-color: rgb(203,56,30); }
div.DivClassName
{
background-color: #CB381E;
}
.BgClassName
{
background-color: #CB381E;
}
</style>
border-color css
<style>
span { border-color: #CB381E; }
span { border-color: rgb(203,56,30); }
td.TdClassName
{
border-color: #CB381E;
}
.TagClassName
{
border-color: #CB381E;
}
</style>