Html Css Color HEX #CB411E Harley Davidson Orange
📋 copy color: '#CB411E'red 203 ◦ green 65 ◦ blue 30
Shades of Harley Davidson Orange #CB411E
Tints of Harley Davidson Orange #CB411E
RGB
CMYK
RGB Variations
Color information
#CB411E (or 0xCB411E) is known color: Harley Davidson Orange. HEX triplet: CB, 41 and 1E. RGB value is (203,65,30). Sum of RGB (Red+Green+Blue) = 203+65+30=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB411E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB411E is #34BEE1. Grayscale: #666666. Windows color (decimal): -3456738 or 1982923. OLE color: 1982923.
HSL color Cylindrical-coordinate representation of color #CB411E: hue angle of 12.14º 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 #CB411E is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 30 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.20 |
| HSL | 12.14º | 0.74% | 0.46% | - |
| HSV(B) | 12.14º | 0.85% | 0.8% | - |
| XYZ | 26.75 | 16.57 | 3.02 | - |
| YUV | 102.27 | 87.22 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 30 | 0 | 0.68 | 0.85 | 0.20 | 12.14 | 0.74 | 0.46 |
| Hex | CB | 41 | 1E | 0 | 44 | 55 | 14 | C | 4A | 2E |
| Octal | 313 | 101 | 36 | 0 | 104 | 125 | 24 | 14 | 112 | 56 |
| Binary | 11001011 | 1000001 | 11110 | 0 | 1000100 | 1010101 | 10100 | 1100 | 1001010 | 101110 |
Color Harmonies of #CB411E
Complementary color
Monochromatic Colors of #CB411E
Black with #CB411E
Text Example
Text Example
White with #CB411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB411E; }
p { color: rgb(203,65,30); }
H1.HeaderClassName
{
color: #CB411E;
}
.AnyTagClassName
{
color: #CB411E;
}
</style>
background-color css
<style>
a { background-color: #CB411E; }
a { background-color: rgb(203,65,30); }
div.DivClassName
{
background-color: #CB411E;
}
.BgClassName
{
background-color: #CB411E;
}
</style>
border-color css
<style>
span { border-color: #CB411E; }
span { border-color: rgb(203,65,30); }
td.TdClassName
{
border-color: #CB411E;
}
.TagClassName
{
border-color: #CB411E;
}
</style>