Html Css Color HEX #CB3A09 Harley Davidson Orange
📋 copy color: '#CB3A09'red 203 ◦ green 58 ◦ blue 9
Shades of Harley Davidson Orange #CB3A09
Tints of Harley Davidson Orange #CB3A09
RGB
CMYK
RGB Variations
Color information
#CB3A09 (or 0xCB3A09) is known color: Harley Davidson Orange. HEX triplet: CB, 3A and 09. RGB value is (203,58,9). Sum of RGB (Red+Green+Blue) = 203+58+9=270 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.19% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3A09 is #34C5F6. Grayscale: #606060. Windows color (decimal): -3458551 or 604875. OLE color: 604875.
HSL color Cylindrical-coordinate representation of color #CB3A09: hue angle of 15.15º 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 #CB3A09 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 9 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.20 |
| HSL | 15.15º | 0.92% | 0.42% | - |
| HSV(B) | 15.15º | 0.96% | 0.8% | - |
| XYZ | 26.19 | 15.74 | 1.92 | - |
| YUV | 95.77 | 79.04 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 9 | 0 | 0.71 | 0.96 | 0.20 | 15.15 | 0.92 | 0.42 |
| Hex | CB | 3A | 9 | 0 | 47 | 60 | 14 | F | 5C | 2A |
| Octal | 313 | 72 | 11 | 0 | 107 | 140 | 24 | 17 | 134 | 52 |
| Binary | 11001011 | 111010 | 1001 | 0 | 1000111 | 1100000 | 10100 | 1111 | 1011100 | 101010 |
Color Harmonies of #CB3A09
Complementary color
Monochromatic Colors of #CB3A09
Black with #CB3A09
Text Example
Text Example
White with #CB3A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3A09; }
p { color: rgb(203,58,9); }
H1.HeaderClassName
{
color: #CB3A09;
}
.AnyTagClassName
{
color: #CB3A09;
}
</style>
background-color css
<style>
a { background-color: #CB3A09; }
a { background-color: rgb(203,58,9); }
div.DivClassName
{
background-color: #CB3A09;
}
.BgClassName
{
background-color: #CB3A09;
}
</style>
border-color css
<style>
span { border-color: #CB3A09; }
span { border-color: rgb(203,58,9); }
td.TdClassName
{
border-color: #CB3A09;
}
.TagClassName
{
border-color: #CB3A09;
}
</style>