Html Css Color HEX #CB4214 Harley Davidson Orange
📋 copy color: '#CB4214'red 203 ◦ green 66 ◦ blue 20
Shades of Harley Davidson Orange #CB4214
Tints of Harley Davidson Orange #CB4214
RGB
CMYK
RGB Variations
Color information
#CB4214 (or 0xCB4214) is known color: Harley Davidson Orange. HEX triplet: CB, 42 and 14. RGB value is (203,66,20). Sum of RGB (Red+Green+Blue) = 203+66+20=289 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.24% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4214 is #34BDEB. Grayscale: #666666. Windows color (decimal): -3456492 or 1327819. OLE color: 1327819.
HSL color Cylindrical-coordinate representation of color #CB4214: hue angle of 15.08º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB4214 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 20 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.20 |
| HSL | 15.08º | 0.82% | 0.44% | - |
| HSV(B) | 15.08º | 0.9% | 0.8% | - |
| XYZ | 26.7 | 16.64 | 2.47 | - |
| YUV | 101.72 | 81.89 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 20 | 0 | 0.67 | 0.90 | 0.20 | 15.08 | 0.82 | 0.44 |
| Hex | CB | 42 | 14 | 0 | 43 | 5A | 14 | F | 52 | 2C |
| Octal | 313 | 102 | 24 | 0 | 103 | 132 | 24 | 17 | 122 | 54 |
| Binary | 11001011 | 1000010 | 10100 | 0 | 1000011 | 1011010 | 10100 | 1111 | 1010010 | 101100 |
Color Harmonies of #CB4214
Complementary color
Monochromatic Colors of #CB4214
Black with #CB4214
Text Example
Text Example
White with #CB4214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4214; }
p { color: rgb(203,66,20); }
H1.HeaderClassName
{
color: #CB4214;
}
.AnyTagClassName
{
color: #CB4214;
}
</style>
background-color css
<style>
a { background-color: #CB4214; }
a { background-color: rgb(203,66,20); }
div.DivClassName
{
background-color: #CB4214;
}
.BgClassName
{
background-color: #CB4214;
}
</style>
border-color css
<style>
span { border-color: #CB4214; }
span { border-color: rgb(203,66,20); }
td.TdClassName
{
border-color: #CB4214;
}
.TagClassName
{
border-color: #CB4214;
}
</style>