Html Css Color HEX #CB341E Harley Davidson Orange
📋 copy color: '#CB341E'red 203 ◦ green 52 ◦ blue 30
Shades of Harley Davidson Orange #CB341E
Tints of Harley Davidson Orange #CB341E
RGB
CMYK
RGB Variations
Color information
#CB341E (or 0xCB341E) is known color: Harley Davidson Orange. HEX triplet: CB, 34 and 1E. RGB value is (203,52,30). Sum of RGB (Red+Green+Blue) = 203+52+30=285 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.23% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 203 - color contains mainly: red. Hex color #CB341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB341E is #34CBE1. Grayscale: #5E5E5E. Windows color (decimal): -3460066 or 1979595. OLE color: 1979595.
HSL color Cylindrical-coordinate representation of color #CB341E: hue angle of 7.63º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB341E is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 30 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.20 |
| HSL | 7.63º | 0.74% | 0.46% | - |
| HSV(B) | 7.63º | 0.85% | 0.8% | - |
| XYZ | 26.09 | 15.25 | 2.8 | - |
| YUV | 94.64 | 91.53 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 30 | 0 | 0.74 | 0.85 | 0.20 | 7.63 | 0.74 | 0.46 |
| Hex | CB | 34 | 1E | 0 | 4A | 55 | 14 | 8 | 4A | 2E |
| Octal | 313 | 64 | 36 | 0 | 112 | 125 | 24 | 10 | 112 | 56 |
| Binary | 11001011 | 110100 | 11110 | 0 | 1001010 | 1010101 | 10100 | 1000 | 1001010 | 101110 |
Color Harmonies of #CB341E
Complementary color
Monochromatic Colors of #CB341E
Black with #CB341E
Text Example
Text Example
White with #CB341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB341E; }
p { color: rgb(203,52,30); }
H1.HeaderClassName
{
color: #CB341E;
}
.AnyTagClassName
{
color: #CB341E;
}
</style>
background-color css
<style>
a { background-color: #CB341E; }
a { background-color: rgb(203,52,30); }
div.DivClassName
{
background-color: #CB341E;
}
.BgClassName
{
background-color: #CB341E;
}
</style>
border-color css
<style>
span { border-color: #CB341E; }
span { border-color: rgb(203,52,30); }
td.TdClassName
{
border-color: #CB341E;
}
.TagClassName
{
border-color: #CB341E;
}
</style>