Html Css Color HEX #CB3A04 Harley Davidson Orange
📋 copy color: '#CB3A04'red 203 ◦ green 58 ◦ blue 4
Shades of Harley Davidson Orange #CB3A04
Tints of Harley Davidson Orange #CB3A04
RGB
CMYK
RGB Variations
Color information
#CB3A04 (or 0xCB3A04) is known color: Harley Davidson Orange. HEX triplet: CB, 3A and 04. RGB value is (203,58,4). Sum of RGB (Red+Green+Blue) = 203+58+4=265 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.60% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3A04 is #34C5FB. Grayscale: #5F5F5F. Windows color (decimal): -3458556 or 277195. OLE color: 277195.
HSL color Cylindrical-coordinate representation of color #CB3A04: hue angle of 16.28º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB3A04 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 4 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.20 |
| HSL | 16.28º | 0.96% | 0.41% | - |
| HSV(B) | 16.28º | 0.98% | 0.8% | - |
| XYZ | 26.16 | 15.73 | 1.77 | - |
| YUV | 95.2 | 76.54 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 4 | 0 | 0.71 | 0.98 | 0.20 | 16.28 | 0.96 | 0.41 |
| Hex | CB | 3A | 4 | 0 | 47 | 62 | 14 | 10 | 60 | 29 |
| Octal | 313 | 72 | 4 | 0 | 107 | 142 | 24 | 20 | 140 | 51 |
| Binary | 11001011 | 111010 | 100 | 0 | 1000111 | 1100010 | 10100 | 10000 | 1100000 | 101001 |
Color Harmonies of #CB3A04
Complementary color
Monochromatic Colors of #CB3A04
Black with #CB3A04
Text Example
Text Example
White with #CB3A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3A04; }
p { color: rgb(203,58,4); }
H1.HeaderClassName
{
color: #CB3A04;
}
.AnyTagClassName
{
color: #CB3A04;
}
</style>
background-color css
<style>
a { background-color: #CB3A04; }
a { background-color: rgb(203,58,4); }
div.DivClassName
{
background-color: #CB3A04;
}
.BgClassName
{
background-color: #CB3A04;
}
</style>
border-color css
<style>
span { border-color: #CB3A04; }
span { border-color: rgb(203,58,4); }
td.TdClassName
{
border-color: #CB3A04;
}
.TagClassName
{
border-color: #CB3A04;
}
</style>