Html Css Color HEX #CB421E Harley Davidson Orange
📋 copy color: '#CB421E'red 203 ◦ green 66 ◦ blue 30
Shades of Harley Davidson Orange #CB421E
Tints of Harley Davidson Orange #CB421E
RGB
CMYK
RGB Variations
Color information
#CB421E (or 0xCB421E) is known color: Harley Davidson Orange. HEX triplet: CB, 42 and 1E. RGB value is (203,66,30). Sum of RGB (Red+Green+Blue) = 203+66+30=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB421E is #34BDE1. Grayscale: #676767. Windows color (decimal): -3456482 or 1983179. OLE color: 1983179.
HSL color Cylindrical-coordinate representation of color #CB421E: hue angle of 12.49º 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 #CB421E is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 30 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.20 |
| HSL | 12.49º | 0.74% | 0.46% | - |
| HSV(B) | 12.49º | 0.85% | 0.8% | - |
| XYZ | 26.81 | 16.69 | 3.04 | - |
| YUV | 102.86 | 86.89 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 30 | 0 | 0.67 | 0.85 | 0.20 | 12.49 | 0.74 | 0.46 |
| Hex | CB | 42 | 1E | 0 | 43 | 55 | 14 | C | 4A | 2E |
| Octal | 313 | 102 | 36 | 0 | 103 | 125 | 24 | 14 | 112 | 56 |
| Binary | 11001011 | 1000010 | 11110 | 0 | 1000011 | 1010101 | 10100 | 1100 | 1001010 | 101110 |
Color Harmonies of #CB421E
Complementary color
Monochromatic Colors of #CB421E
Black with #CB421E
Text Example
Text Example
White with #CB421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB421E; }
p { color: rgb(203,66,30); }
H1.HeaderClassName
{
color: #CB421E;
}
.AnyTagClassName
{
color: #CB421E;
}
</style>
background-color css
<style>
a { background-color: #CB421E; }
a { background-color: rgb(203,66,30); }
div.DivClassName
{
background-color: #CB421E;
}
.BgClassName
{
background-color: #CB421E;
}
</style>
border-color css
<style>
span { border-color: #CB421E; }
span { border-color: rgb(203,66,30); }
td.TdClassName
{
border-color: #CB421E;
}
.TagClassName
{
border-color: #CB421E;
}
</style>