Html Css Color HEX #CB3119 Harley Davidson Orange
📋 copy color: '#CB3119'red 203 ◦ green 49 ◦ blue 25
Shades of Harley Davidson Orange #CB3119
Tints of Harley Davidson Orange #CB3119
RGB
CMYK
RGB Variations
Color information
#CB3119 (or 0xCB3119) is known color: Harley Davidson Orange. HEX triplet: CB, 31 and 19. RGB value is (203,49,25). Sum of RGB (Red+Green+Blue) = 203+49+25=277 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.29% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3119 is #34CEE6. Grayscale: #5C5C5C. Windows color (decimal): -3460839 or 1651147. OLE color: 1651147.
HSL color Cylindrical-coordinate representation of color #CB3119: hue angle of 8.09º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB3119 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 25 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.20 |
| HSL | 8.09º | 0.78% | 0.45% | - |
| HSV(B) | 8.09º | 0.88% | 0.8% | - |
| XYZ | 25.9 | 14.96 | 2.44 | - |
| YUV | 92.31 | 90.02 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 25 | 0 | 0.76 | 0.88 | 0.20 | 8.09 | 0.78 | 0.45 |
| Hex | CB | 31 | 19 | 0 | 4C | 58 | 14 | 8 | 4E | 2D |
| Octal | 313 | 61 | 31 | 0 | 114 | 130 | 24 | 10 | 116 | 55 |
| Binary | 11001011 | 110001 | 11001 | 0 | 1001100 | 1011000 | 10100 | 1000 | 1001110 | 101101 |
Color Harmonies of #CB3119
Complementary color
Monochromatic Colors of #CB3119
Black with #CB3119
Text Example
Text Example
White with #CB3119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3119; }
p { color: rgb(203,49,25); }
H1.HeaderClassName
{
color: #CB3119;
}
.AnyTagClassName
{
color: #CB3119;
}
</style>
background-color css
<style>
a { background-color: #CB3119; }
a { background-color: rgb(203,49,25); }
div.DivClassName
{
background-color: #CB3119;
}
.BgClassName
{
background-color: #CB3119;
}
</style>
border-color css
<style>
span { border-color: #CB3119; }
span { border-color: rgb(203,49,25); }
td.TdClassName
{
border-color: #CB3119;
}
.TagClassName
{
border-color: #CB3119;
}
</style>