Html Css Color HEX #CB3415 Harley Davidson Orange
📋 copy color: '#CB3415'red 203 ◦ green 52 ◦ blue 21
Shades of Harley Davidson Orange #CB3415
Tints of Harley Davidson Orange #CB3415
RGB
CMYK
RGB Variations
Color information
#CB3415 (or 0xCB3415) is known color: Harley Davidson Orange. HEX triplet: CB, 34 and 15. RGB value is (203,52,21). Sum of RGB (Red+Green+Blue) = 203+52+21=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3415 is #34CBEA. Grayscale: #5D5D5D. Windows color (decimal): -3460075 or 1389771. OLE color: 1389771.
HSL color Cylindrical-coordinate representation of color #CB3415: hue angle of 10.22º 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 #CB3415 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 21 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.20 |
| HSL | 10.22º | 0.81% | 0.44% | - |
| HSV(B) | 10.22º | 0.9% | 0.8% | - |
| XYZ | 25.99 | 15.21 | 2.27 | - |
| YUV | 93.62 | 87.03 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 21 | 0 | 0.74 | 0.90 | 0.20 | 10.22 | 0.81 | 0.44 |
| Hex | CB | 34 | 15 | 0 | 4A | 5A | 14 | A | 51 | 2C |
| Octal | 313 | 64 | 25 | 0 | 112 | 132 | 24 | 12 | 121 | 54 |
| Binary | 11001011 | 110100 | 10101 | 0 | 1001010 | 1011010 | 10100 | 1010 | 1010001 | 101100 |
Color Harmonies of #CB3415
Complementary color
Monochromatic Colors of #CB3415
Black with #CB3415
Text Example
Text Example
White with #CB3415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3415; }
p { color: rgb(203,52,21); }
H1.HeaderClassName
{
color: #CB3415;
}
.AnyTagClassName
{
color: #CB3415;
}
</style>
background-color css
<style>
a { background-color: #CB3415; }
a { background-color: rgb(203,52,21); }
div.DivClassName
{
background-color: #CB3415;
}
.BgClassName
{
background-color: #CB3415;
}
</style>
border-color css
<style>
span { border-color: #CB3415; }
span { border-color: rgb(203,52,21); }
td.TdClassName
{
border-color: #CB3415;
}
.TagClassName
{
border-color: #CB3415;
}
</style>