Html Css Color HEX #CB1A09 Harley Davidson Orange
📋 copy color: '#CB1A09'red 203 ◦ green 26 ◦ blue 9
Shades of Harley Davidson Orange #CB1A09
Tints of Harley Davidson Orange #CB1A09
RGB
CMYK
RGB Variations
Color information
#CB1A09 (or 0xCB1A09) is known color: Harley Davidson Orange. HEX triplet: CB, 1A and 09. RGB value is (203,26,9). Sum of RGB (Red+Green+Blue) = 203+26+9=238 (31% of max value = 765). Red value is 203 (79.69% from 255 or 85.29% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB1A09 is #34E5F6. Grayscale: #4D4D4D. Windows color (decimal): -3466743 or 596683. OLE color: 596683.
HSL color Cylindrical-coordinate representation of color #CB1A09: hue angle of 5.26º 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 #CB1A09 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 26 | 9 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.20 |
| HSL | 5.26º | 0.92% | 0.42% | - |
| HSV(B) | 5.26º | 0.96% | 0.8% | - |
| XYZ | 25.05 | 13.46 | 1.54 | - |
| YUV | 76.99 | 89.64 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 26 | 9 | 0 | 0.87 | 0.96 | 0.20 | 5.26 | 0.92 | 0.42 |
| Hex | CB | 1A | 9 | 0 | 57 | 60 | 14 | 5 | 5C | 2A |
| Octal | 313 | 32 | 11 | 0 | 127 | 140 | 24 | 5 | 134 | 52 |
| Binary | 11001011 | 11010 | 1001 | 0 | 1010111 | 1100000 | 10100 | 101 | 1011100 | 101010 |
Color Harmonies of #CB1A09
Complementary color
Monochromatic Colors of #CB1A09
Black with #CB1A09
Text Example
Text Example
White with #CB1A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1A09; }
p { color: rgb(203,26,9); }
H1.HeaderClassName
{
color: #CB1A09;
}
.AnyTagClassName
{
color: #CB1A09;
}
</style>
background-color css
<style>
a { background-color: #CB1A09; }
a { background-color: rgb(203,26,9); }
div.DivClassName
{
background-color: #CB1A09;
}
.BgClassName
{
background-color: #CB1A09;
}
</style>
border-color css
<style>
span { border-color: #CB1A09; }
span { border-color: rgb(203,26,9); }
td.TdClassName
{
border-color: #CB1A09;
}
.TagClassName
{
border-color: #CB1A09;
}
</style>