Html Css Color HEX #CB3213 Harley Davidson Orange
📋 copy color: '#CB3213'red 203 ◦ green 50 ◦ blue 19
Shades of Harley Davidson Orange #CB3213
Tints of Harley Davidson Orange #CB3213
RGB
CMYK
RGB Variations
Color information
#CB3213 (or 0xCB3213) is known color: Harley Davidson Orange. HEX triplet: CB, 32 and 13. RGB value is (203,50,19). Sum of RGB (Red+Green+Blue) = 203+50+19=272 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.63% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3213 is #34CDEC. Grayscale: #5C5C5C. Windows color (decimal): -3460589 or 1258187. OLE color: 1258187.
HSL color Cylindrical-coordinate representation of color #CB3213: hue angle of 10.11º 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 #CB3213 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 19 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.20 |
| HSL | 10.11º | 0.83% | 0.44% | - |
| HSV(B) | 10.11º | 0.91% | 0.8% | - |
| XYZ | 25.89 | 15.02 | 2.15 | - |
| YUV | 92.21 | 86.69 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 19 | 0 | 0.75 | 0.91 | 0.20 | 10.11 | 0.83 | 0.44 |
| Hex | CB | 32 | 13 | 0 | 4B | 5B | 14 | A | 53 | 2C |
| Octal | 313 | 62 | 23 | 0 | 113 | 133 | 24 | 12 | 123 | 54 |
| Binary | 11001011 | 110010 | 10011 | 0 | 1001011 | 1011011 | 10100 | 1010 | 1010011 | 101100 |
Color Harmonies of #CB3213
Complementary color
Monochromatic Colors of #CB3213
Black with #CB3213
Text Example
Text Example
White with #CB3213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3213; }
p { color: rgb(203,50,19); }
H1.HeaderClassName
{
color: #CB3213;
}
.AnyTagClassName
{
color: #CB3213;
}
</style>
background-color css
<style>
a { background-color: #CB3213; }
a { background-color: rgb(203,50,19); }
div.DivClassName
{
background-color: #CB3213;
}
.BgClassName
{
background-color: #CB3213;
}
</style>
border-color css
<style>
span { border-color: #CB3213; }
span { border-color: rgb(203,50,19); }
td.TdClassName
{
border-color: #CB3213;
}
.TagClassName
{
border-color: #CB3213;
}
</style>