Html Css Color HEX #C83915 Harley Davidson Orange
📋 copy color: '#C83915'red 200 ◦ green 57 ◦ blue 21
Shades of Harley Davidson Orange #C83915
Tints of Harley Davidson Orange #C83915
RGB
CMYK
RGB Variations
Color information
#C83915 (or 0xC83915) is known color: Harley Davidson Orange. HEX triplet: C8, 39 and 15. RGB value is (200,57,21). Sum of RGB (Red+Green+Blue) = 200+57+21=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C83915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83915 is #37C6EA. Grayscale: #5F5F5F. Windows color (decimal): -3655403 or 1391048. OLE color: 1391048.
HSL color Cylindrical-coordinate representation of color #C83915: hue angle of 12.07º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C83915 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 57 | 21 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.22 |
| HSL | 12.07º | 0.81% | 0.43% | - |
| HSV(B) | 12.07º | 0.9% | 0.78% | - |
| XYZ | 25.42 | 15.26 | 2.32 | - |
| YUV | 95.65 | 85.88 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 57 | 21 | 0 | 0.72 | 0.90 | 0.22 | 12.07 | 0.81 | 0.43 |
| Hex | C8 | 39 | 15 | 0 | 48 | 5A | 16 | C | 51 | 2B |
| Octal | 310 | 71 | 25 | 0 | 110 | 132 | 26 | 14 | 121 | 53 |
| Binary | 11001000 | 111001 | 10101 | 0 | 1001000 | 1011010 | 10110 | 1100 | 1010001 | 101011 |
Color Harmonies of #C83915
Complementary color
Monochromatic Colors of #C83915
Black with #C83915
Text Example
Text Example
White with #C83915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83915; }
p { color: rgb(200,57,21); }
H1.HeaderClassName
{
color: #C83915;
}
.AnyTagClassName
{
color: #C83915;
}
</style>
background-color css
<style>
a { background-color: #C83915; }
a { background-color: rgb(200,57,21); }
div.DivClassName
{
background-color: #C83915;
}
.BgClassName
{
background-color: #C83915;
}
</style>
border-color css
<style>
span { border-color: #C83915; }
span { border-color: rgb(200,57,21); }
td.TdClassName
{
border-color: #C83915;
}
.TagClassName
{
border-color: #C83915;
}
</style>