Html Css Color HEX #CB4015 Harley Davidson Orange
📋 copy color: '#CB4015'red 203 ◦ green 64 ◦ blue 21
Shades of Harley Davidson Orange #CB4015
Tints of Harley Davidson Orange #CB4015
RGB
CMYK
RGB Variations
Color information
#CB4015 (or 0xCB4015) is known color: Harley Davidson Orange. HEX triplet: CB, 40 and 15. RGB value is (203,64,21). Sum of RGB (Red+Green+Blue) = 203+64+21=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4015 is #34BFEA. Grayscale: #646464. Windows color (decimal): -3457003 or 1392843. OLE color: 1392843.
HSL color Cylindrical-coordinate representation of color #CB4015: hue angle of 14.18º 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 #CB4015 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 21 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.20 |
| HSL | 14.18º | 0.81% | 0.44% | - |
| HSV(B) | 14.18º | 0.9% | 0.8% | - |
| XYZ | 26.6 | 16.42 | 2.48 | - |
| YUV | 100.66 | 83.05 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 21 | 0 | 0.68 | 0.90 | 0.20 | 14.18 | 0.81 | 0.44 |
| Hex | CB | 40 | 15 | 0 | 44 | 5A | 14 | E | 51 | 2C |
| Octal | 313 | 100 | 25 | 0 | 104 | 132 | 24 | 16 | 121 | 54 |
| Binary | 11001011 | 1000000 | 10101 | 0 | 1000100 | 1011010 | 10100 | 1110 | 1010001 | 101100 |
Color Harmonies of #CB4015
Complementary color
Monochromatic Colors of #CB4015
Black with #CB4015
Text Example
Text Example
White with #CB4015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4015; }
p { color: rgb(203,64,21); }
H1.HeaderClassName
{
color: #CB4015;
}
.AnyTagClassName
{
color: #CB4015;
}
</style>
background-color css
<style>
a { background-color: #CB4015; }
a { background-color: rgb(203,64,21); }
div.DivClassName
{
background-color: #CB4015;
}
.BgClassName
{
background-color: #CB4015;
}
</style>
border-color css
<style>
span { border-color: #CB4015; }
span { border-color: rgb(203,64,21); }
td.TdClassName
{
border-color: #CB4015;
}
.TagClassName
{
border-color: #CB4015;
}
</style>