Html Css Color HEX #CB3A17 Harley Davidson Orange
📋 copy color: '#CB3A17'red 203 ◦ green 58 ◦ blue 23
Shades of Harley Davidson Orange #CB3A17
Tints of Harley Davidson Orange #CB3A17
RGB
CMYK
RGB Variations
Color information
#CB3A17 (or 0xCB3A17) is known color: Harley Davidson Orange. HEX triplet: CB, 3A and 17. RGB value is (203,58,23). Sum of RGB (Red+Green+Blue) = 203+58+23=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3A17 is #34C5E8. Grayscale: #616161. Windows color (decimal): -3458537 or 1522379. OLE color: 1522379.
HSL color Cylindrical-coordinate representation of color #CB3A17: hue angle of 11.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB3A17 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 23 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.20 |
| HSL | 11.67º | 0.8% | 0.44% | - |
| HSV(B) | 11.67º | 0.89% | 0.8% | - |
| XYZ | 26.3 | 15.78 | 2.47 | - |
| YUV | 97.37 | 86.04 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 23 | 0 | 0.71 | 0.89 | 0.20 | 11.67 | 0.8 | 0.44 |
| Hex | CB | 3A | 17 | 0 | 47 | 59 | 14 | C | 50 | 2C |
| Octal | 313 | 72 | 27 | 0 | 107 | 131 | 24 | 14 | 120 | 54 |
| Binary | 11001011 | 111010 | 10111 | 0 | 1000111 | 1011001 | 10100 | 1100 | 1010000 | 101100 |
Color Harmonies of #CB3A17
Complementary color
Monochromatic Colors of #CB3A17
Black with #CB3A17
Text Example
Text Example
White with #CB3A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3A17; }
p { color: rgb(203,58,23); }
H1.HeaderClassName
{
color: #CB3A17;
}
.AnyTagClassName
{
color: #CB3A17;
}
</style>
background-color css
<style>
a { background-color: #CB3A17; }
a { background-color: rgb(203,58,23); }
div.DivClassName
{
background-color: #CB3A17;
}
.BgClassName
{
background-color: #CB3A17;
}
</style>
border-color css
<style>
span { border-color: #CB3A17; }
span { border-color: rgb(203,58,23); }
td.TdClassName
{
border-color: #CB3A17;
}
.TagClassName
{
border-color: #CB3A17;
}
</style>