Html Css Color HEX #CB411D Harley Davidson Orange
📋 copy color: '#CB411D'red 203 ◦ green 65 ◦ blue 29
Shades of Harley Davidson Orange #CB411D
Tints of Harley Davidson Orange #CB411D
RGB
CMYK
RGB Variations
Color information
#CB411D (or 0xCB411D) is known color: Harley Davidson Orange. HEX triplet: CB, 41 and 1D. RGB value is (203,65,29). Sum of RGB (Red+Green+Blue) = 203+65+29=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB411D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB411D is #34BEE2. Grayscale: #666666. Windows color (decimal): -3456739 or 1917387. OLE color: 1917387.
HSL color Cylindrical-coordinate representation of color #CB411D: hue angle of 12.41º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB411D is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 29 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.20 |
| HSL | 12.41º | 0.75% | 0.45% | - |
| HSV(B) | 12.41º | 0.86% | 0.8% | - |
| XYZ | 26.74 | 16.57 | 2.95 | - |
| YUV | 102.16 | 86.72 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 29 | 0 | 0.68 | 0.86 | 0.20 | 12.41 | 0.75 | 0.45 |
| Hex | CB | 41 | 1D | 0 | 44 | 56 | 14 | C | 4B | 2D |
| Octal | 313 | 101 | 35 | 0 | 104 | 126 | 24 | 14 | 113 | 55 |
| Binary | 11001011 | 1000001 | 11101 | 0 | 1000100 | 1010110 | 10100 | 1100 | 1001011 | 101101 |
Color Harmonies of #CB411D
Complementary color
Monochromatic Colors of #CB411D
Black with #CB411D
Text Example
Text Example
White with #CB411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB411D; }
p { color: rgb(203,65,29); }
H1.HeaderClassName
{
color: #CB411D;
}
.AnyTagClassName
{
color: #CB411D;
}
</style>
background-color css
<style>
a { background-color: #CB411D; }
a { background-color: rgb(203,65,29); }
div.DivClassName
{
background-color: #CB411D;
}
.BgClassName
{
background-color: #CB411D;
}
</style>
border-color css
<style>
span { border-color: #CB411D; }
span { border-color: rgb(203,65,29); }
td.TdClassName
{
border-color: #CB411D;
}
.TagClassName
{
border-color: #CB411D;
}
</style>