Html Css Color HEX #CB1C14 Harley Davidson Orange
📋 copy color: '#CB1C14'red 203 ◦ green 28 ◦ blue 20
Shades of Harley Davidson Orange #CB1C14
Tints of Harley Davidson Orange #CB1C14
RGB
CMYK
RGB Variations
Color information
#CB1C14 (or 0xCB1C14) is known color: Harley Davidson Orange. HEX triplet: CB, 1C and 14. RGB value is (203,28,20). Sum of RGB (Red+Green+Blue) = 203+28+20=251 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.88% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB1C14 is #34E3EB. Grayscale: #4F4F4F. Windows color (decimal): -3466220 or 1318091. OLE color: 1318091.
HSL color Cylindrical-coordinate representation of color #CB1C14: hue angle of 2.62º 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 #CB1C14 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 28 | 20 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.20 |
| HSL | 2.62º | 0.82% | 0.44% | - |
| HSV(B) | 2.62º | 0.9% | 0.8% | - |
| XYZ | 25.17 | 13.58 | 1.96 | - |
| YUV | 79.41 | 94.48 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 20 | 0 | 0.86 | 0.90 | 0.20 | 2.62 | 0.82 | 0.44 |
| Hex | CB | 1C | 14 | 0 | 56 | 5A | 14 | 3 | 52 | 2C |
| Octal | 313 | 34 | 24 | 0 | 126 | 132 | 24 | 3 | 122 | 54 |
| Binary | 11001011 | 11100 | 10100 | 0 | 1010110 | 1011010 | 10100 | 11 | 1010010 | 101100 |
Color Harmonies of #CB1C14
Complementary color
Monochromatic Colors of #CB1C14
Black with #CB1C14
Text Example
Text Example
White with #CB1C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1C14; }
p { color: rgb(203,28,20); }
H1.HeaderClassName
{
color: #CB1C14;
}
.AnyTagClassName
{
color: #CB1C14;
}
</style>
background-color css
<style>
a { background-color: #CB1C14; }
a { background-color: rgb(203,28,20); }
div.DivClassName
{
background-color: #CB1C14;
}
.BgClassName
{
background-color: #CB1C14;
}
</style>
border-color css
<style>
span { border-color: #CB1C14; }
span { border-color: rgb(203,28,20); }
td.TdClassName
{
border-color: #CB1C14;
}
.TagClassName
{
border-color: #CB1C14;
}
</style>