Html Css Color HEX #CB331E Harley Davidson Orange
📋 copy color: '#CB331E'red 203 ◦ green 51 ◦ blue 30
Shades of Harley Davidson Orange #CB331E
Tints of Harley Davidson Orange #CB331E
RGB
CMYK
RGB Variations
Color information
#CB331E (or 0xCB331E) is known color: Harley Davidson Orange. HEX triplet: CB, 33 and 1E. RGB value is (203,51,30). Sum of RGB (Red+Green+Blue) = 203+51+30=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB331E is #34CCE1. Grayscale: #5E5E5E. Windows color (decimal): -3460322 or 1979339. OLE color: 1979339.
HSL color Cylindrical-coordinate representation of color #CB331E: hue angle of 7.28º 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 #CB331E is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 30 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.20 |
| HSL | 7.28º | 0.74% | 0.46% | - |
| HSV(B) | 7.28º | 0.85% | 0.8% | - |
| XYZ | 26.05 | 15.16 | 2.78 | - |
| YUV | 94.05 | 91.86 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 30 | 0 | 0.75 | 0.85 | 0.20 | 7.28 | 0.74 | 0.46 |
| Hex | CB | 33 | 1E | 0 | 4B | 55 | 14 | 7 | 4A | 2E |
| Octal | 313 | 63 | 36 | 0 | 113 | 125 | 24 | 7 | 112 | 56 |
| Binary | 11001011 | 110011 | 11110 | 0 | 1001011 | 1010101 | 10100 | 111 | 1001010 | 101110 |
Color Harmonies of #CB331E
Complementary color
Monochromatic Colors of #CB331E
Black with #CB331E
Text Example
Text Example
White with #CB331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB331E; }
p { color: rgb(203,51,30); }
H1.HeaderClassName
{
color: #CB331E;
}
.AnyTagClassName
{
color: #CB331E;
}
</style>
background-color css
<style>
a { background-color: #CB331E; }
a { background-color: rgb(203,51,30); }
div.DivClassName
{
background-color: #CB331E;
}
.BgClassName
{
background-color: #CB331E;
}
</style>
border-color css
<style>
span { border-color: #CB331E; }
span { border-color: rgb(203,51,30); }
td.TdClassName
{
border-color: #CB331E;
}
.TagClassName
{
border-color: #CB331E;
}
</style>