Html Css Color HEX #CB3514 Harley Davidson Orange
📋 copy color: '#CB3514'red 203 ◦ green 53 ◦ blue 20
Shades of Harley Davidson Orange #CB3514
Tints of Harley Davidson Orange #CB3514
RGB
CMYK
RGB Variations
Color information
#CB3514 (or 0xCB3514) is known color: Harley Davidson Orange. HEX triplet: CB, 35 and 14. RGB value is (203,53,20). Sum of RGB (Red+Green+Blue) = 203+53+20=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3514 is #34CAEB. Grayscale: #5E5E5E. Windows color (decimal): -3459820 or 1324491. OLE color: 1324491.
HSL color Cylindrical-coordinate representation of color #CB3514: hue angle of 10.82º 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 #CB3514 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 20 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.20 |
| HSL | 10.82º | 0.82% | 0.44% | - |
| HSV(B) | 10.82º | 0.9% | 0.8% | - |
| XYZ | 26.03 | 15.29 | 2.24 | - |
| YUV | 94.09 | 86.2 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 20 | 0 | 0.74 | 0.90 | 0.20 | 10.82 | 0.82 | 0.44 |
| Hex | CB | 35 | 14 | 0 | 4A | 5A | 14 | B | 52 | 2C |
| Octal | 313 | 65 | 24 | 0 | 112 | 132 | 24 | 13 | 122 | 54 |
| Binary | 11001011 | 110101 | 10100 | 0 | 1001010 | 1011010 | 10100 | 1011 | 1010010 | 101100 |
Color Harmonies of #CB3514
Complementary color
Monochromatic Colors of #CB3514
Black with #CB3514
Text Example
Text Example
White with #CB3514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3514; }
p { color: rgb(203,53,20); }
H1.HeaderClassName
{
color: #CB3514;
}
.AnyTagClassName
{
color: #CB3514;
}
</style>
background-color css
<style>
a { background-color: #CB3514; }
a { background-color: rgb(203,53,20); }
div.DivClassName
{
background-color: #CB3514;
}
.BgClassName
{
background-color: #CB3514;
}
</style>
border-color css
<style>
span { border-color: #CB3514; }
span { border-color: rgb(203,53,20); }
td.TdClassName
{
border-color: #CB3514;
}
.TagClassName
{
border-color: #CB3514;
}
</style>