Html Css Color HEX #CB4613 Harley Davidson Orange
📋 copy color: '#CB4613'red 203 ◦ green 70 ◦ blue 19
Shades of Harley Davidson Orange #CB4613
Tints of Harley Davidson Orange #CB4613
RGB
CMYK
RGB Variations
Color information
#CB4613 (or 0xCB4613) is known color: Harley Davidson Orange. HEX triplet: CB, 46 and 13. RGB value is (203,70,19). Sum of RGB (Red+Green+Blue) = 203+70+19=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4613 is #34B9EC. Grayscale: #686868. Windows color (decimal): -3455469 or 1263307. OLE color: 1263307.
HSL color Cylindrical-coordinate representation of color #CB4613: hue angle of 16.63º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB4613 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 19 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.20 |
| HSL | 16.63º | 0.83% | 0.44% | - |
| HSV(B) | 16.63º | 0.91% | 0.8% | - |
| XYZ | 26.94 | 17.12 | 2.5 | - |
| YUV | 103.95 | 80.06 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 19 | 0 | 0.66 | 0.91 | 0.20 | 16.63 | 0.83 | 0.44 |
| Hex | CB | 46 | 13 | 0 | 42 | 5B | 14 | 11 | 53 | 2C |
| Octal | 313 | 106 | 23 | 0 | 102 | 133 | 24 | 21 | 123 | 54 |
| Binary | 11001011 | 1000110 | 10011 | 0 | 1000010 | 1011011 | 10100 | 10001 | 1010011 | 101100 |
Color Harmonies of #CB4613
Complementary color
Monochromatic Colors of #CB4613
Black with #CB4613
Text Example
Text Example
White with #CB4613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4613; }
p { color: rgb(203,70,19); }
H1.HeaderClassName
{
color: #CB4613;
}
.AnyTagClassName
{
color: #CB4613;
}
</style>
background-color css
<style>
a { background-color: #CB4613; }
a { background-color: rgb(203,70,19); }
div.DivClassName
{
background-color: #CB4613;
}
.BgClassName
{
background-color: #CB4613;
}
</style>
border-color css
<style>
span { border-color: #CB4613; }
span { border-color: rgb(203,70,19); }
td.TdClassName
{
border-color: #CB4613;
}
.TagClassName
{
border-color: #CB4613;
}
</style>