Html Css Color HEX #CB461E Harley Davidson Orange
📋 copy color: '#CB461E'red 203 ◦ green 70 ◦ blue 30
Shades of Harley Davidson Orange #CB461E
Tints of Harley Davidson Orange #CB461E
RGB
CMYK
RGB Variations
Color information
#CB461E (or 0xCB461E) is known color: Harley Davidson Orange. HEX triplet: CB, 46 and 1E. RGB value is (203,70,30). Sum of RGB (Red+Green+Blue) = 203+70+30=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB461E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB461E is #34B9E1. Grayscale: #696969. Windows color (decimal): -3455458 or 1984203. OLE color: 1984203.
HSL color Cylindrical-coordinate representation of color #CB461E: hue angle of 13.87º 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 #CB461E is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 30 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.20 |
| HSL | 13.87º | 0.74% | 0.46% | - |
| HSV(B) | 13.87º | 0.85% | 0.8% | - |
| XYZ | 27.05 | 17.17 | 3.12 | - |
| YUV | 105.21 | 85.56 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 30 | 0 | 0.66 | 0.85 | 0.20 | 13.87 | 0.74 | 0.46 |
| Hex | CB | 46 | 1E | 0 | 42 | 55 | 14 | E | 4A | 2E |
| Octal | 313 | 106 | 36 | 0 | 102 | 125 | 24 | 16 | 112 | 56 |
| Binary | 11001011 | 1000110 | 11110 | 0 | 1000010 | 1010101 | 10100 | 1110 | 1001010 | 101110 |
Color Harmonies of #CB461E
Complementary color
Monochromatic Colors of #CB461E
Black with #CB461E
Text Example
Text Example
White with #CB461E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB461E; }
p { color: rgb(203,70,30); }
H1.HeaderClassName
{
color: #CB461E;
}
.AnyTagClassName
{
color: #CB461E;
}
</style>
background-color css
<style>
a { background-color: #CB461E; }
a { background-color: rgb(203,70,30); }
div.DivClassName
{
background-color: #CB461E;
}
.BgClassName
{
background-color: #CB461E;
}
</style>
border-color css
<style>
span { border-color: #CB461E; }
span { border-color: rgb(203,70,30); }
td.TdClassName
{
border-color: #CB461E;
}
.TagClassName
{
border-color: #CB461E;
}
</style>