Html Css Color HEX #CB2A1D Harley Davidson Orange
📋 copy color: '#CB2A1D'red 203 ◦ green 42 ◦ blue 29
Shades of Harley Davidson Orange #CB2A1D
Tints of Harley Davidson Orange #CB2A1D
RGB
CMYK
RGB Variations
Color information
#CB2A1D (or 0xCB2A1D) is known color: Harley Davidson Orange. HEX triplet: CB, 2A and 1D. RGB value is (203,42,29). Sum of RGB (Red+Green+Blue) = 203+42+29=274 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.09% from 274); Green value is 42 (16.80% from 255 or 15.33% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2A1D is #34D5E2. Grayscale: #585858. Windows color (decimal): -3462627 or 1911499. OLE color: 1911499.
HSL color Cylindrical-coordinate representation of color #CB2A1D: hue angle of 4.48º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB2A1D is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 42 | 29 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.20 |
| HSL | 4.48º | 0.75% | 0.45% | - |
| HSV(B) | 4.48º | 0.86% | 0.8% | - |
| XYZ | 25.68 | 14.44 | 2.6 | - |
| YUV | 88.66 | 94.34 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 42 | 29 | 0 | 0.79 | 0.86 | 0.20 | 4.48 | 0.75 | 0.45 |
| Hex | CB | 2A | 1D | 0 | 4F | 56 | 14 | 4 | 4B | 2D |
| Octal | 313 | 52 | 35 | 0 | 117 | 126 | 24 | 4 | 113 | 55 |
| Binary | 11001011 | 101010 | 11101 | 0 | 1001111 | 1010110 | 10100 | 100 | 1001011 | 101101 |
Color Harmonies of #CB2A1D
Complementary color
Monochromatic Colors of #CB2A1D
Black with #CB2A1D
Text Example
Text Example
White with #CB2A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2A1D; }
p { color: rgb(203,42,29); }
H1.HeaderClassName
{
color: #CB2A1D;
}
.AnyTagClassName
{
color: #CB2A1D;
}
</style>
background-color css
<style>
a { background-color: #CB2A1D; }
a { background-color: rgb(203,42,29); }
div.DivClassName
{
background-color: #CB2A1D;
}
.BgClassName
{
background-color: #CB2A1D;
}
</style>
border-color css
<style>
span { border-color: #CB2A1D; }
span { border-color: rgb(203,42,29); }
td.TdClassName
{
border-color: #CB2A1D;
}
.TagClassName
{
border-color: #CB2A1D;
}
</style>