Html Css Color HEX #CB4115 Harley Davidson Orange
📋 copy color: '#CB4115'red 203 ◦ green 65 ◦ blue 21
Shades of Harley Davidson Orange #CB4115
Tints of Harley Davidson Orange #CB4115
RGB
CMYK
RGB Variations
Color information
#CB4115 (or 0xCB4115) is known color: Harley Davidson Orange. HEX triplet: CB, 41 and 15. RGB value is (203,65,21). Sum of RGB (Red+Green+Blue) = 203+65+21=289 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.24% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4115 is #34BEEA. Grayscale: #656565. Windows color (decimal): -3456747 or 1393099. OLE color: 1393099.
HSL color Cylindrical-coordinate representation of color #CB4115: hue angle of 14.51º degrees, saturation: 0.81, 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 #CB4115 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 21 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.20 |
| HSL | 14.51º | 0.81% | 0.44% | - |
| HSV(B) | 14.51º | 0.9% | 0.8% | - |
| XYZ | 26.65 | 16.53 | 2.5 | - |
| YUV | 101.25 | 82.72 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 21 | 0 | 0.68 | 0.90 | 0.20 | 14.51 | 0.81 | 0.44 |
| Hex | CB | 41 | 15 | 0 | 44 | 5A | 14 | F | 51 | 2C |
| Octal | 313 | 101 | 25 | 0 | 104 | 132 | 24 | 17 | 121 | 54 |
| Binary | 11001011 | 1000001 | 10101 | 0 | 1000100 | 1011010 | 10100 | 1111 | 1010001 | 101100 |
Color Harmonies of #CB4115
Complementary color
Monochromatic Colors of #CB4115
Black with #CB4115
Text Example
Text Example
White with #CB4115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4115; }
p { color: rgb(203,65,21); }
H1.HeaderClassName
{
color: #CB4115;
}
.AnyTagClassName
{
color: #CB4115;
}
</style>
background-color css
<style>
a { background-color: #CB4115; }
a { background-color: rgb(203,65,21); }
div.DivClassName
{
background-color: #CB4115;
}
.BgClassName
{
background-color: #CB4115;
}
</style>
border-color css
<style>
span { border-color: #CB4115; }
span { border-color: rgb(203,65,21); }
td.TdClassName
{
border-color: #CB4115;
}
.TagClassName
{
border-color: #CB4115;
}
</style>