Html Css Color HEX #CB2A09 Harley Davidson Orange
📋 copy color: '#CB2A09'red 203 ◦ green 42 ◦ blue 9
Shades of Harley Davidson Orange #CB2A09
Tints of Harley Davidson Orange #CB2A09
RGB
CMYK
RGB Variations
Color information
#CB2A09 (or 0xCB2A09) is known color: Harley Davidson Orange. HEX triplet: CB, 2A and 09. RGB value is (203,42,9). Sum of RGB (Red+Green+Blue) = 203+42+9=254 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.92% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2A09 is #34D5F6. Grayscale: #565656. Windows color (decimal): -3462647 or 600779. OLE color: 600779.
HSL color Cylindrical-coordinate representation of color #CB2A09: hue angle of 10.21º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB2A09 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 42 | 9 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.20 |
| HSL | 10.21º | 0.92% | 0.42% | - |
| HSV(B) | 10.21º | 0.96% | 0.8% | - |
| XYZ | 25.51 | 14.37 | 1.69 | - |
| YUV | 86.38 | 84.34 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 42 | 9 | 0 | 0.79 | 0.96 | 0.20 | 10.21 | 0.92 | 0.42 |
| Hex | CB | 2A | 9 | 0 | 4F | 60 | 14 | A | 5C | 2A |
| Octal | 313 | 52 | 11 | 0 | 117 | 140 | 24 | 12 | 134 | 52 |
| Binary | 11001011 | 101010 | 1001 | 0 | 1001111 | 1100000 | 10100 | 1010 | 1011100 | 101010 |
Color Harmonies of #CB2A09
Complementary color
Monochromatic Colors of #CB2A09
Black with #CB2A09
Text Example
Text Example
White with #CB2A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2A09; }
p { color: rgb(203,42,9); }
H1.HeaderClassName
{
color: #CB2A09;
}
.AnyTagClassName
{
color: #CB2A09;
}
</style>
background-color css
<style>
a { background-color: #CB2A09; }
a { background-color: rgb(203,42,9); }
div.DivClassName
{
background-color: #CB2A09;
}
.BgClassName
{
background-color: #CB2A09;
}
</style>
border-color css
<style>
span { border-color: #CB2A09; }
span { border-color: rgb(203,42,9); }
td.TdClassName
{
border-color: #CB2A09;
}
.TagClassName
{
border-color: #CB2A09;
}
</style>