Html Css Color HEX #CB3214 Harley Davidson Orange
📋 copy color: '#CB3214'red 203 ◦ green 50 ◦ blue 20
Shades of Harley Davidson Orange #CB3214
Tints of Harley Davidson Orange #CB3214
RGB
CMYK
RGB Variations
Color information
#CB3214 (or 0xCB3214) is known color: Harley Davidson Orange. HEX triplet: CB, 32 and 14. RGB value is (203,50,20). Sum of RGB (Red+Green+Blue) = 203+50+20=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3214 is #34CDEB. Grayscale: #5C5C5C. Windows color (decimal): -3460588 or 1323723. OLE color: 1323723.
HSL color Cylindrical-coordinate representation of color #CB3214: hue angle of 9.84º 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 #CB3214 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 20 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.20 |
| HSL | 9.84º | 0.82% | 0.44% | - |
| HSV(B) | 9.84º | 0.9% | 0.8% | - |
| XYZ | 25.9 | 15.03 | 2.2 | - |
| YUV | 92.33 | 87.19 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 20 | 0 | 0.75 | 0.90 | 0.20 | 9.84 | 0.82 | 0.44 |
| Hex | CB | 32 | 14 | 0 | 4B | 5A | 14 | A | 52 | 2C |
| Octal | 313 | 62 | 24 | 0 | 113 | 132 | 24 | 12 | 122 | 54 |
| Binary | 11001011 | 110010 | 10100 | 0 | 1001011 | 1011010 | 10100 | 1010 | 1010010 | 101100 |
Color Harmonies of #CB3214
Complementary color
Monochromatic Colors of #CB3214
Black with #CB3214
Text Example
Text Example
White with #CB3214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3214; }
p { color: rgb(203,50,20); }
H1.HeaderClassName
{
color: #CB3214;
}
.AnyTagClassName
{
color: #CB3214;
}
</style>
background-color css
<style>
a { background-color: #CB3214; }
a { background-color: rgb(203,50,20); }
div.DivClassName
{
background-color: #CB3214;
}
.BgClassName
{
background-color: #CB3214;
}
</style>
border-color css
<style>
span { border-color: #CB3214; }
span { border-color: rgb(203,50,20); }
td.TdClassName
{
border-color: #CB3214;
}
.TagClassName
{
border-color: #CB3214;
}
</style>