Html Css Color HEX #CB471D Harley Davidson Orange
📋 copy color: '#CB471D'red 203 ◦ green 71 ◦ blue 29
Shades of Harley Davidson Orange #CB471D
Tints of Harley Davidson Orange #CB471D
RGB
CMYK
RGB Variations
Color information
#CB471D (or 0xCB471D) is known color: Harley Davidson Orange. HEX triplet: CB, 47 and 1D. RGB value is (203,71,29). Sum of RGB (Red+Green+Blue) = 203+71+29=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB471D is #34B8E2. Grayscale: #696969. Windows color (decimal): -3455203 or 1918923. OLE color: 1918923.
HSL color Cylindrical-coordinate representation of color #CB471D: hue angle of 14.48º 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 #CB471D is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 29 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.20 |
| HSL | 14.48º | 0.75% | 0.45% | - |
| HSV(B) | 14.48º | 0.86% | 0.8% | - |
| XYZ | 27.1 | 17.29 | 3.07 | - |
| YUV | 105.68 | 84.73 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 29 | 0 | 0.65 | 0.86 | 0.20 | 14.48 | 0.75 | 0.45 |
| Hex | CB | 47 | 1D | 0 | 41 | 56 | 14 | E | 4B | 2D |
| Octal | 313 | 107 | 35 | 0 | 101 | 126 | 24 | 16 | 113 | 55 |
| Binary | 11001011 | 1000111 | 11101 | 0 | 1000001 | 1010110 | 10100 | 1110 | 1001011 | 101101 |
Color Harmonies of #CB471D
Complementary color
Monochromatic Colors of #CB471D
Black with #CB471D
Text Example
Text Example
White with #CB471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB471D; }
p { color: rgb(203,71,29); }
H1.HeaderClassName
{
color: #CB471D;
}
.AnyTagClassName
{
color: #CB471D;
}
</style>
background-color css
<style>
a { background-color: #CB471D; }
a { background-color: rgb(203,71,29); }
div.DivClassName
{
background-color: #CB471D;
}
.BgClassName
{
background-color: #CB471D;
}
</style>
border-color css
<style>
span { border-color: #CB471D; }
span { border-color: rgb(203,71,29); }
td.TdClassName
{
border-color: #CB471D;
}
.TagClassName
{
border-color: #CB471D;
}
</style>