Html Css Color HEX #CB3314 Harley Davidson Orange
📋 copy color: '#CB3314'red 203 ◦ green 51 ◦ blue 20
Shades of Harley Davidson Orange #CB3314
Tints of Harley Davidson Orange #CB3314
RGB
CMYK
RGB Variations
Color information
#CB3314 (or 0xCB3314) is known color: Harley Davidson Orange. HEX triplet: CB, 33 and 14. RGB value is (203,51,20). Sum of RGB (Red+Green+Blue) = 203+51+20=274 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.09% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3314 is #34CCEB. Grayscale: #5D5D5D. Windows color (decimal): -3460332 or 1323979. OLE color: 1323979.
HSL color Cylindrical-coordinate representation of color #CB3314: hue angle of 10.16º 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 #CB3314 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 20 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.20 |
| HSL | 10.16º | 0.82% | 0.44% | - |
| HSV(B) | 10.16º | 0.9% | 0.8% | - |
| XYZ | 25.94 | 15.11 | 2.21 | - |
| YUV | 92.91 | 86.86 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 20 | 0 | 0.75 | 0.90 | 0.20 | 10.16 | 0.82 | 0.44 |
| Hex | CB | 33 | 14 | 0 | 4B | 5A | 14 | A | 52 | 2C |
| Octal | 313 | 63 | 24 | 0 | 113 | 132 | 24 | 12 | 122 | 54 |
| Binary | 11001011 | 110011 | 10100 | 0 | 1001011 | 1011010 | 10100 | 1010 | 1010010 | 101100 |
Color Harmonies of #CB3314
Complementary color
Monochromatic Colors of #CB3314
Black with #CB3314
Text Example
Text Example
White with #CB3314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3314; }
p { color: rgb(203,51,20); }
H1.HeaderClassName
{
color: #CB3314;
}
.AnyTagClassName
{
color: #CB3314;
}
</style>
background-color css
<style>
a { background-color: #CB3314; }
a { background-color: rgb(203,51,20); }
div.DivClassName
{
background-color: #CB3314;
}
.BgClassName
{
background-color: #CB3314;
}
</style>
border-color css
<style>
span { border-color: #CB3314; }
span { border-color: rgb(203,51,20); }
td.TdClassName
{
border-color: #CB3314;
}
.TagClassName
{
border-color: #CB3314;
}
</style>