Html Css Color HEX #CB4319 Harley Davidson Orange
📋 copy color: '#CB4319'red 203 ◦ green 67 ◦ blue 25
Shades of Harley Davidson Orange #CB4319
Tints of Harley Davidson Orange #CB4319
RGB
CMYK
RGB Variations
Color information
#CB4319 (or 0xCB4319) is known color: Harley Davidson Orange. HEX triplet: CB, 43 and 19. RGB value is (203,67,25). Sum of RGB (Red+Green+Blue) = 203+67+25=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4319 is #34BCE6. Grayscale: #676767. Windows color (decimal): -3456231 or 1655755. OLE color: 1655755.
HSL color Cylindrical-coordinate representation of color #CB4319: hue angle of 14.16º 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 #CB4319 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 25 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.20 |
| HSL | 14.16º | 0.78% | 0.45% | - |
| HSV(B) | 14.16º | 0.88% | 0.8% | - |
| XYZ | 26.81 | 16.78 | 2.75 | - |
| YUV | 102.88 | 84.06 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 25 | 0 | 0.67 | 0.88 | 0.20 | 14.16 | 0.78 | 0.45 |
| Hex | CB | 43 | 19 | 0 | 43 | 58 | 14 | E | 4E | 2D |
| Octal | 313 | 103 | 31 | 0 | 103 | 130 | 24 | 16 | 116 | 55 |
| Binary | 11001011 | 1000011 | 11001 | 0 | 1000011 | 1011000 | 10100 | 1110 | 1001110 | 101101 |
Color Harmonies of #CB4319
Complementary color
Monochromatic Colors of #CB4319
Black with #CB4319
Text Example
Text Example
White with #CB4319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4319; }
p { color: rgb(203,67,25); }
H1.HeaderClassName
{
color: #CB4319;
}
.AnyTagClassName
{
color: #CB4319;
}
</style>
background-color css
<style>
a { background-color: #CB4319; }
a { background-color: rgb(203,67,25); }
div.DivClassName
{
background-color: #CB4319;
}
.BgClassName
{
background-color: #CB4319;
}
</style>
border-color css
<style>
span { border-color: #CB4319; }
span { border-color: rgb(203,67,25); }
td.TdClassName
{
border-color: #CB4319;
}
.TagClassName
{
border-color: #CB4319;
}
</style>