Html Css Color HEX #C81E13 Harley Davidson Orange
📋 copy color: '#C81E13'red 200 ◦ green 30 ◦ blue 19
Shades of Harley Davidson Orange #C81E13
Tints of Harley Davidson Orange #C81E13
RGB
CMYK
RGB Variations
Color information
#C81E13 (or 0xC81E13) is known color: Harley Davidson Orange. HEX triplet: C8, 1E and 13. RGB value is (200,30,19). Sum of RGB (Red+Green+Blue) = 200+30+19=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81E13 is #37E1EC. Grayscale: #4F4F4F. Windows color (decimal): -3662317 or 1253064. OLE color: 1253064.
HSL color Cylindrical-coordinate representation of color #C81E13: hue angle of 3.65º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81E13 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 19 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.22 |
| HSL | 3.65º | 0.83% | 0.43% | - |
| HSV(B) | 3.65º | 0.91% | 0.78% | - |
| XYZ | 24.4 | 13.25 | 1.89 | - |
| YUV | 79.58 | 93.82 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 19 | 0 | 0.85 | 0.90 | 0.22 | 3.65 | 0.83 | 0.43 |
| Hex | C8 | 1E | 13 | 0 | 55 | 5A | 16 | 4 | 53 | 2B |
| Octal | 310 | 36 | 23 | 0 | 125 | 132 | 26 | 4 | 123 | 53 |
| Binary | 11001000 | 11110 | 10011 | 0 | 1010101 | 1011010 | 10110 | 100 | 1010011 | 101011 |
Color Harmonies of #C81E13
Complementary color
Monochromatic Colors of #C81E13
Black with #C81E13
Text Example
Text Example
White with #C81E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81E13; }
p { color: rgb(200,30,19); }
H1.HeaderClassName
{
color: #C81E13;
}
.AnyTagClassName
{
color: #C81E13;
}
</style>
background-color css
<style>
a { background-color: #C81E13; }
a { background-color: rgb(200,30,19); }
div.DivClassName
{
background-color: #C81E13;
}
.BgClassName
{
background-color: #C81E13;
}
</style>
border-color css
<style>
span { border-color: #C81E13; }
span { border-color: rgb(200,30,19); }
td.TdClassName
{
border-color: #C81E13;
}
.TagClassName
{
border-color: #C81E13;
}
</style>