Html Css Color HEX #CB421D Harley Davidson Orange
📋 copy color: '#CB421D'red 203 ◦ green 66 ◦ blue 29
Shades of Harley Davidson Orange #CB421D
Tints of Harley Davidson Orange #CB421D
RGB
CMYK
RGB Variations
Color information
#CB421D (or 0xCB421D) is known color: Harley Davidson Orange. HEX triplet: CB, 42 and 1D. RGB value is (203,66,29). Sum of RGB (Red+Green+Blue) = 203+66+29=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB421D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB421D is #34BDE2. Grayscale: #676767. Windows color (decimal): -3456483 or 1917643. OLE color: 1917643.
HSL color Cylindrical-coordinate representation of color #CB421D: hue angle of 12.76º 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 #CB421D is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 29 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.20 |
| HSL | 12.76º | 0.75% | 0.45% | - |
| HSV(B) | 12.76º | 0.86% | 0.8% | - |
| XYZ | 26.8 | 16.68 | 2.97 | - |
| YUV | 102.75 | 86.39 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 29 | 0 | 0.67 | 0.86 | 0.20 | 12.76 | 0.75 | 0.45 |
| Hex | CB | 42 | 1D | 0 | 43 | 56 | 14 | D | 4B | 2D |
| Octal | 313 | 102 | 35 | 0 | 103 | 126 | 24 | 15 | 113 | 55 |
| Binary | 11001011 | 1000010 | 11101 | 0 | 1000011 | 1010110 | 10100 | 1101 | 1001011 | 101101 |
Color Harmonies of #CB421D
Complementary color
Monochromatic Colors of #CB421D
Black with #CB421D
Text Example
Text Example
White with #CB421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB421D; }
p { color: rgb(203,66,29); }
H1.HeaderClassName
{
color: #CB421D;
}
.AnyTagClassName
{
color: #CB421D;
}
</style>
background-color css
<style>
a { background-color: #CB421D; }
a { background-color: rgb(203,66,29); }
div.DivClassName
{
background-color: #CB421D;
}
.BgClassName
{
background-color: #CB421D;
}
</style>
border-color css
<style>
span { border-color: #CB421D; }
span { border-color: rgb(203,66,29); }
td.TdClassName
{
border-color: #CB421D;
}
.TagClassName
{
border-color: #CB421D;
}
</style>