Html Css Color HEX #CB4019 Harley Davidson Orange
📋 copy color: '#CB4019'red 203 ◦ green 64 ◦ blue 25
Shades of Harley Davidson Orange #CB4019
Tints of Harley Davidson Orange #CB4019
RGB
CMYK
RGB Variations
Color information
#CB4019 (or 0xCB4019) is known color: Harley Davidson Orange. HEX triplet: CB, 40 and 19. RGB value is (203,64,25). Sum of RGB (Red+Green+Blue) = 203+64+25=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4019 is #34BFE6. Grayscale: #656565. Windows color (decimal): -3456999 or 1654987. OLE color: 1654987.
HSL color Cylindrical-coordinate representation of color #CB4019: hue angle of 13.15º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB4019 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 25 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.20 |
| HSL | 13.15º | 0.78% | 0.45% | - |
| HSV(B) | 13.15º | 0.88% | 0.8% | - |
| XYZ | 26.64 | 16.43 | 2.69 | - |
| YUV | 101.12 | 85.05 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 25 | 0 | 0.68 | 0.88 | 0.20 | 13.15 | 0.78 | 0.45 |
| Hex | CB | 40 | 19 | 0 | 44 | 58 | 14 | D | 4E | 2D |
| Octal | 313 | 100 | 31 | 0 | 104 | 130 | 24 | 15 | 116 | 55 |
| Binary | 11001011 | 1000000 | 11001 | 0 | 1000100 | 1011000 | 10100 | 1101 | 1001110 | 101101 |
Color Harmonies of #CB4019
Complementary color
Monochromatic Colors of #CB4019
Black with #CB4019
Text Example
Text Example
White with #CB4019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4019; }
p { color: rgb(203,64,25); }
H1.HeaderClassName
{
color: #CB4019;
}
.AnyTagClassName
{
color: #CB4019;
}
</style>
background-color css
<style>
a { background-color: #CB4019; }
a { background-color: rgb(203,64,25); }
div.DivClassName
{
background-color: #CB4019;
}
.BgClassName
{
background-color: #CB4019;
}
</style>
border-color css
<style>
span { border-color: #CB4019; }
span { border-color: rgb(203,64,25); }
td.TdClassName
{
border-color: #CB4019;
}
.TagClassName
{
border-color: #CB4019;
}
</style>