Html Css Color HEX #CB3113 Harley Davidson Orange
📋 copy color: '#CB3113'red 203 ◦ green 49 ◦ blue 19
Shades of Harley Davidson Orange #CB3113
Tints of Harley Davidson Orange #CB3113
RGB
CMYK
RGB Variations
Color information
#CB3113 (or 0xCB3113) is known color: Harley Davidson Orange. HEX triplet: CB, 31 and 13. RGB value is (203,49,19). Sum of RGB (Red+Green+Blue) = 203+49+19=271 (35% of max value = 765). Red value is 203 (79.69% from 255 or 74.91% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3113 is #34CEEC. Grayscale: #5B5B5B. Windows color (decimal): -3460845 or 1257931. OLE color: 1257931.
HSL color Cylindrical-coordinate representation of color #CB3113: hue angle of 9.78º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB3113 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 19 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.20 |
| HSL | 9.78º | 0.83% | 0.44% | - |
| HSV(B) | 9.78º | 0.91% | 0.8% | - |
| XYZ | 25.84 | 14.94 | 2.14 | - |
| YUV | 91.63 | 87.02 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 19 | 0 | 0.76 | 0.91 | 0.20 | 9.78 | 0.83 | 0.44 |
| Hex | CB | 31 | 13 | 0 | 4C | 5B | 14 | A | 53 | 2C |
| Octal | 313 | 61 | 23 | 0 | 114 | 133 | 24 | 12 | 123 | 54 |
| Binary | 11001011 | 110001 | 10011 | 0 | 1001100 | 1011011 | 10100 | 1010 | 1010011 | 101100 |
Color Harmonies of #CB3113
Complementary color
Monochromatic Colors of #CB3113
Black with #CB3113
Text Example
Text Example
White with #CB3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3113; }
p { color: rgb(203,49,19); }
H1.HeaderClassName
{
color: #CB3113;
}
.AnyTagClassName
{
color: #CB3113;
}
</style>
background-color css
<style>
a { background-color: #CB3113; }
a { background-color: rgb(203,49,19); }
div.DivClassName
{
background-color: #CB3113;
}
.BgClassName
{
background-color: #CB3113;
}
</style>
border-color css
<style>
span { border-color: #CB3113; }
span { border-color: rgb(203,49,19); }
td.TdClassName
{
border-color: #CB3113;
}
.TagClassName
{
border-color: #CB3113;
}
</style>