Html Css Color HEX #C81A12 Harley Davidson Orange
📋 copy color: '#C81A12'red 200 ◦ green 26 ◦ blue 18
Shades of Harley Davidson Orange #C81A12
Tints of Harley Davidson Orange #C81A12
RGB
CMYK
RGB Variations
Color information
#C81A12 (or 0xC81A12) is known color: Harley Davidson Orange. HEX triplet: C8, 1A and 12. RGB value is (200,26,18). Sum of RGB (Red+Green+Blue) = 200+26+18=244 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.97% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81A12 is #37E5ED. Grayscale: #4D4D4D. Windows color (decimal): -3663342 or 1186504. OLE color: 1186504.
HSL color Cylindrical-coordinate representation of color #C81A12: hue angle of 2.64º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C81A12 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 18 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.22 |
| HSL | 2.64º | 0.83% | 0.43% | - |
| HSV(B) | 2.64º | 0.91% | 0.78% | - |
| XYZ | 24.3 | 13.06 | 1.81 | - |
| YUV | 77.11 | 94.65 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 18 | 0 | 0.87 | 0.91 | 0.22 | 2.64 | 0.83 | 0.43 |
| Hex | C8 | 1A | 12 | 0 | 57 | 5B | 16 | 3 | 53 | 2B |
| Octal | 310 | 32 | 22 | 0 | 127 | 133 | 26 | 3 | 123 | 53 |
| Binary | 11001000 | 11010 | 10010 | 0 | 1010111 | 1011011 | 10110 | 11 | 1010011 | 101011 |
Color Harmonies of #C81A12
Complementary color
Monochromatic Colors of #C81A12
Black with #C81A12
Text Example
Text Example
White with #C81A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81A12; }
p { color: rgb(200,26,18); }
H1.HeaderClassName
{
color: #C81A12;
}
.AnyTagClassName
{
color: #C81A12;
}
</style>
background-color css
<style>
a { background-color: #C81A12; }
a { background-color: rgb(200,26,18); }
div.DivClassName
{
background-color: #C81A12;
}
.BgClassName
{
background-color: #C81A12;
}
</style>
border-color css
<style>
span { border-color: #C81A12; }
span { border-color: rgb(200,26,18); }
td.TdClassName
{
border-color: #C81A12;
}
.TagClassName
{
border-color: #C81A12;
}
</style>