Html Css Color HEX #CB4113 Harley Davidson Orange
📋 copy color: '#CB4113'red 203 ◦ green 65 ◦ blue 19
Shades of Harley Davidson Orange #CB4113
Tints of Harley Davidson Orange #CB4113
RGB
CMYK
RGB Variations
Color information
#CB4113 (or 0xCB4113) is known color: Harley Davidson Orange. HEX triplet: CB, 41 and 13. RGB value is (203,65,19). Sum of RGB (Red+Green+Blue) = 203+65+19=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4113 is #34BEEC. Grayscale: #656565. Windows color (decimal): -3456749 or 1262027. OLE color: 1262027.
HSL color Cylindrical-coordinate representation of color #CB4113: hue angle of 15º 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 #CB4113 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 19 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.20 |
| HSL | 15º | 0.83% | 0.44% | - |
| HSV(B) | 15º | 0.91% | 0.8% | - |
| XYZ | 26.64 | 16.52 | 2.4 | - |
| YUV | 101.02 | 81.72 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 19 | 0 | 0.68 | 0.91 | 0.20 | 15 | 0.83 | 0.44 |
| Hex | CB | 41 | 13 | 0 | 44 | 5B | 14 | F | 53 | 2C |
| Octal | 313 | 101 | 23 | 0 | 104 | 133 | 24 | 17 | 123 | 54 |
| Binary | 11001011 | 1000001 | 10011 | 0 | 1000100 | 1011011 | 10100 | 1111 | 1010011 | 101100 |
Color Harmonies of #CB4113
Complementary color
Monochromatic Colors of #CB4113
Black with #CB4113
Text Example
Text Example
White with #CB4113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4113; }
p { color: rgb(203,65,19); }
H1.HeaderClassName
{
color: #CB4113;
}
.AnyTagClassName
{
color: #CB4113;
}
</style>
background-color css
<style>
a { background-color: #CB4113; }
a { background-color: rgb(203,65,19); }
div.DivClassName
{
background-color: #CB4113;
}
.BgClassName
{
background-color: #CB4113;
}
</style>
border-color css
<style>
span { border-color: #CB4113; }
span { border-color: rgb(203,65,19); }
td.TdClassName
{
border-color: #CB4113;
}
.TagClassName
{
border-color: #CB4113;
}
</style>