Html Css Color HEX #CB3604 Harley Davidson Orange
📋 copy color: '#CB3604'red 203 ◦ green 54 ◦ blue 4
Shades of Harley Davidson Orange #CB3604
Tints of Harley Davidson Orange #CB3604
RGB
CMYK
RGB Variations
Color information
#CB3604 (or 0xCB3604) is known color: Harley Davidson Orange. HEX triplet: CB, 36 and 04. RGB value is (203,54,4). Sum of RGB (Red+Green+Blue) = 203+54+4=261 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.78% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3604 is #34C9FB. Grayscale: #5D5D5D. Windows color (decimal): -3459580 or 276171. OLE color: 276171.
HSL color Cylindrical-coordinate representation of color #CB3604: hue angle of 15.08º 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 #CB3604 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 4 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.20 |
| HSL | 15.08º | 0.96% | 0.41% | - |
| HSV(B) | 15.08º | 0.98% | 0.8% | - |
| XYZ | 25.97 | 15.34 | 1.71 | - |
| YUV | 92.85 | 77.86 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 4 | 0 | 0.73 | 0.98 | 0.20 | 15.08 | 0.96 | 0.41 |
| Hex | CB | 36 | 4 | 0 | 49 | 62 | 14 | F | 60 | 29 |
| Octal | 313 | 66 | 4 | 0 | 111 | 142 | 24 | 17 | 140 | 51 |
| Binary | 11001011 | 110110 | 100 | 0 | 1001001 | 1100010 | 10100 | 1111 | 1100000 | 101001 |
Color Harmonies of #CB3604
Complementary color
Monochromatic Colors of #CB3604
Black with #CB3604
Text Example
Text Example
White with #CB3604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3604; }
p { color: rgb(203,54,4); }
H1.HeaderClassName
{
color: #CB3604;
}
.AnyTagClassName
{
color: #CB3604;
}
</style>
background-color css
<style>
a { background-color: #CB3604; }
a { background-color: rgb(203,54,4); }
div.DivClassName
{
background-color: #CB3604;
}
.BgClassName
{
background-color: #CB3604;
}
</style>
border-color css
<style>
span { border-color: #CB3604; }
span { border-color: rgb(203,54,4); }
td.TdClassName
{
border-color: #CB3604;
}
.TagClassName
{
border-color: #CB3604;
}
</style>