Html Css Color HEX #CB3114 Harley Davidson Orange
📋 copy color: '#CB3114'red 203 ◦ green 49 ◦ blue 20
Shades of Harley Davidson Orange #CB3114
Tints of Harley Davidson Orange #CB3114
RGB
CMYK
RGB Variations
Color information
#CB3114 (or 0xCB3114) is known color: Harley Davidson Orange. HEX triplet: CB, 31 and 14. RGB value is (203,49,20). Sum of RGB (Red+Green+Blue) = 203+49+20=272 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.63% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3114 is #34CEEB. Grayscale: #5C5C5C. Windows color (decimal): -3460844 or 1323467. OLE color: 1323467.
HSL color Cylindrical-coordinate representation of color #CB3114: hue angle of 9.51º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB3114 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 20 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.20 |
| HSL | 9.51º | 0.82% | 0.44% | - |
| HSV(B) | 9.51º | 0.9% | 0.8% | - |
| XYZ | 25.85 | 14.94 | 2.18 | - |
| YUV | 91.74 | 87.52 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 20 | 0 | 0.76 | 0.90 | 0.20 | 9.51 | 0.82 | 0.44 |
| Hex | CB | 31 | 14 | 0 | 4C | 5A | 14 | A | 52 | 2C |
| Octal | 313 | 61 | 24 | 0 | 114 | 132 | 24 | 12 | 122 | 54 |
| Binary | 11001011 | 110001 | 10100 | 0 | 1001100 | 1011010 | 10100 | 1010 | 1010010 | 101100 |
Color Harmonies of #CB3114
Complementary color
Monochromatic Colors of #CB3114
Black with #CB3114
Text Example
Text Example
White with #CB3114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3114; }
p { color: rgb(203,49,20); }
H1.HeaderClassName
{
color: #CB3114;
}
.AnyTagClassName
{
color: #CB3114;
}
</style>
background-color css
<style>
a { background-color: #CB3114; }
a { background-color: rgb(203,49,20); }
div.DivClassName
{
background-color: #CB3114;
}
.BgClassName
{
background-color: #CB3114;
}
</style>
border-color css
<style>
span { border-color: #CB3114; }
span { border-color: rgb(203,49,20); }
td.TdClassName
{
border-color: #CB3114;
}
.TagClassName
{
border-color: #CB3114;
}
</style>