Html Css Color HEX #CB3819 Harley Davidson Orange
📋 copy color: '#CB3819'red 203 ◦ green 56 ◦ blue 25
Shades of Harley Davidson Orange #CB3819
Tints of Harley Davidson Orange #CB3819
RGB
CMYK
RGB Variations
Color information
#CB3819 (or 0xCB3819) is known color: Harley Davidson Orange. HEX triplet: CB, 38 and 19. RGB value is (203,56,25). Sum of RGB (Red+Green+Blue) = 203+56+25=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3819 is #34C7E6. Grayscale: #606060. Windows color (decimal): -3459047 or 1652939. OLE color: 1652939.
HSL color Cylindrical-coordinate representation of color #CB3819: hue angle of 10.45º 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 #CB3819 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 25 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.20 |
| HSL | 10.45º | 0.78% | 0.45% | - |
| HSV(B) | 10.45º | 0.88% | 0.8% | - |
| XYZ | 26.22 | 15.6 | 2.55 | - |
| YUV | 96.42 | 87.7 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 25 | 0 | 0.72 | 0.88 | 0.20 | 10.45 | 0.78 | 0.45 |
| Hex | CB | 38 | 19 | 0 | 48 | 58 | 14 | A | 4E | 2D |
| Octal | 313 | 70 | 31 | 0 | 110 | 130 | 24 | 12 | 116 | 55 |
| Binary | 11001011 | 111000 | 11001 | 0 | 1001000 | 1011000 | 10100 | 1010 | 1001110 | 101101 |
Color Harmonies of #CB3819
Complementary color
Monochromatic Colors of #CB3819
Black with #CB3819
Text Example
Text Example
White with #CB3819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3819; }
p { color: rgb(203,56,25); }
H1.HeaderClassName
{
color: #CB3819;
}
.AnyTagClassName
{
color: #CB3819;
}
</style>
background-color css
<style>
a { background-color: #CB3819; }
a { background-color: rgb(203,56,25); }
div.DivClassName
{
background-color: #CB3819;
}
.BgClassName
{
background-color: #CB3819;
}
</style>
border-color css
<style>
span { border-color: #CB3819; }
span { border-color: rgb(203,56,25); }
td.TdClassName
{
border-color: #CB3819;
}
.TagClassName
{
border-color: #CB3819;
}
</style>