Html Css Color HEX #CB2804 Harley Davidson Orange
📋 copy color: '#CB2804'red 203 ◦ green 40 ◦ blue 4
Shades of Harley Davidson Orange #CB2804
Tints of Harley Davidson Orange #CB2804
RGB
CMYK
RGB Variations
Color information
#CB2804 (or 0xCB2804) is known color: Harley Davidson Orange. HEX triplet: CB, 28 and 04. RGB value is (203,40,4). Sum of RGB (Red+Green+Blue) = 203+40+4=247 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.19% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2804 is #34D7FB. Grayscale: #545454. Windows color (decimal): -3463164 or 272587. OLE color: 272587.
HSL color Cylindrical-coordinate representation of color #CB2804: hue angle of 10.85º 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 #CB2804 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 4 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.20 |
| HSL | 10.85º | 0.96% | 0.41% | - |
| HSV(B) | 10.85º | 0.98% | 0.8% | - |
| XYZ | 25.41 | 14.22 | 1.52 | - |
| YUV | 84.63 | 82.5 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 4 | 0 | 0.80 | 0.98 | 0.20 | 10.85 | 0.96 | 0.41 |
| Hex | CB | 28 | 4 | 0 | 50 | 62 | 14 | B | 60 | 29 |
| Octal | 313 | 50 | 4 | 0 | 120 | 142 | 24 | 13 | 140 | 51 |
| Binary | 11001011 | 101000 | 100 | 0 | 1010000 | 1100010 | 10100 | 1011 | 1100000 | 101001 |
Color Harmonies of #CB2804
Complementary color
Monochromatic Colors of #CB2804
Black with #CB2804
Text Example
Text Example
White with #CB2804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2804; }
p { color: rgb(203,40,4); }
H1.HeaderClassName
{
color: #CB2804;
}
.AnyTagClassName
{
color: #CB2804;
}
</style>
background-color css
<style>
a { background-color: #CB2804; }
a { background-color: rgb(203,40,4); }
div.DivClassName
{
background-color: #CB2804;
}
.BgClassName
{
background-color: #CB2804;
}
</style>
border-color css
<style>
span { border-color: #CB2804; }
span { border-color: rgb(203,40,4); }
td.TdClassName
{
border-color: #CB2804;
}
.TagClassName
{
border-color: #CB2804;
}
</style>