Html Css Color HEX #CB4814 Harley Davidson Orange
📋 copy color: '#CB4814'red 203 ◦ green 72 ◦ blue 20
Shades of Harley Davidson Orange #CB4814
Tints of Harley Davidson Orange #CB4814
RGB
CMYK
RGB Variations
Color information
#CB4814 (or 0xCB4814) is known color: Harley Davidson Orange. HEX triplet: CB, 48 and 14. RGB value is (203,72,20). Sum of RGB (Red+Green+Blue) = 203+72+20=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4814 is #34B7EB. Grayscale: #696969. Windows color (decimal): -3454956 or 1329355. OLE color: 1329355.
HSL color Cylindrical-coordinate representation of color #CB4814: hue angle of 17.05º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB4814 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 20 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.20 |
| HSL | 17.05º | 0.82% | 0.44% | - |
| HSV(B) | 17.05º | 0.9% | 0.8% | - |
| XYZ | 27.07 | 17.38 | 2.59 | - |
| YUV | 105.24 | 79.9 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 20 | 0 | 0.65 | 0.90 | 0.20 | 17.05 | 0.82 | 0.44 |
| Hex | CB | 48 | 14 | 0 | 41 | 5A | 14 | 11 | 52 | 2C |
| Octal | 313 | 110 | 24 | 0 | 101 | 132 | 24 | 21 | 122 | 54 |
| Binary | 11001011 | 1001000 | 10100 | 0 | 1000001 | 1011010 | 10100 | 10001 | 1010010 | 101100 |
Color Harmonies of #CB4814
Complementary color
Monochromatic Colors of #CB4814
Black with #CB4814
Text Example
Text Example
White with #CB4814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4814; }
p { color: rgb(203,72,20); }
H1.HeaderClassName
{
color: #CB4814;
}
.AnyTagClassName
{
color: #CB4814;
}
</style>
background-color css
<style>
a { background-color: #CB4814; }
a { background-color: rgb(203,72,20); }
div.DivClassName
{
background-color: #CB4814;
}
.BgClassName
{
background-color: #CB4814;
}
</style>
border-color css
<style>
span { border-color: #CB4814; }
span { border-color: rgb(203,72,20); }
td.TdClassName
{
border-color: #CB4814;
}
.TagClassName
{
border-color: #CB4814;
}
</style>