Html Css Color HEX #CB2909 Harley Davidson Orange
📋 copy color: '#CB2909'red 203 ◦ green 41 ◦ blue 9
Shades of Harley Davidson Orange #CB2909
Tints of Harley Davidson Orange #CB2909
RGB
CMYK
RGB Variations
Color information
#CB2909 (or 0xCB2909) is known color: Harley Davidson Orange. HEX triplet: CB, 29 and 09. RGB value is (203,41,9). Sum of RGB (Red+Green+Blue) = 203+41+9=253 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.24% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2909 is #34D6F6. Grayscale: #565656. Windows color (decimal): -3462903 or 600523. OLE color: 600523.
HSL color Cylindrical-coordinate representation of color #CB2909: hue angle of 9.9º 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 #CB2909 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 9 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.20 |
| HSL | 9.9º | 0.92% | 0.42% | - |
| HSV(B) | 9.9º | 0.96% | 0.8% | - |
| XYZ | 25.47 | 14.3 | 1.68 | - |
| YUV | 85.79 | 84.67 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 9 | 0 | 0.80 | 0.96 | 0.20 | 9.9 | 0.92 | 0.42 |
| Hex | CB | 29 | 9 | 0 | 50 | 60 | 14 | A | 5C | 2A |
| Octal | 313 | 51 | 11 | 0 | 120 | 140 | 24 | 12 | 134 | 52 |
| Binary | 11001011 | 101001 | 1001 | 0 | 1010000 | 1100000 | 10100 | 1010 | 1011100 | 101010 |
Color Harmonies of #CB2909
Complementary color
Monochromatic Colors of #CB2909
Black with #CB2909
Text Example
Text Example
White with #CB2909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2909; }
p { color: rgb(203,41,9); }
H1.HeaderClassName
{
color: #CB2909;
}
.AnyTagClassName
{
color: #CB2909;
}
</style>
background-color css
<style>
a { background-color: #CB2909; }
a { background-color: rgb(203,41,9); }
div.DivClassName
{
background-color: #CB2909;
}
.BgClassName
{
background-color: #CB2909;
}
</style>
border-color css
<style>
span { border-color: #CB2909; }
span { border-color: rgb(203,41,9); }
td.TdClassName
{
border-color: #CB2909;
}
.TagClassName
{
border-color: #CB2909;
}
</style>