Html Css Color HEX #C83E12 Harley Davidson Orange
📋 copy color: '#C83E12'red 200 ◦ green 62 ◦ blue 18
Shades of Harley Davidson Orange #C83E12
Tints of Harley Davidson Orange #C83E12
RGB
CMYK
RGB Variations
Color information
#C83E12 (or 0xC83E12) is known color: Harley Davidson Orange. HEX triplet: C8, 3E and 12. RGB value is (200,62,18). Sum of RGB (Red+Green+Blue) = 200+62+18=280 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.43% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83E12 is #37C1ED. Grayscale: #626262. Windows color (decimal): -3654126 or 1195720. OLE color: 1195720.
HSL color Cylindrical-coordinate representation of color #C83E12: hue angle of 14.51º 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 #C83E12 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 62 | 18 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.22 |
| HSL | 14.51º | 0.83% | 0.43% | - |
| HSV(B) | 14.51º | 0.91% | 0.78% | - |
| XYZ | 25.65 | 15.77 | 2.26 | - |
| YUV | 98.25 | 82.72 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 62 | 18 | 0 | 0.69 | 0.91 | 0.22 | 14.51 | 0.83 | 0.43 |
| Hex | C8 | 3E | 12 | 0 | 45 | 5B | 16 | F | 53 | 2B |
| Octal | 310 | 76 | 22 | 0 | 105 | 133 | 26 | 17 | 123 | 53 |
| Binary | 11001000 | 111110 | 10010 | 0 | 1000101 | 1011011 | 10110 | 1111 | 1010011 | 101011 |
Color Harmonies of #C83E12
Complementary color
Monochromatic Colors of #C83E12
Black with #C83E12
Text Example
Text Example
White with #C83E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83E12; }
p { color: rgb(200,62,18); }
H1.HeaderClassName
{
color: #C83E12;
}
.AnyTagClassName
{
color: #C83E12;
}
</style>
background-color css
<style>
a { background-color: #C83E12; }
a { background-color: rgb(200,62,18); }
div.DivClassName
{
background-color: #C83E12;
}
.BgClassName
{
background-color: #C83E12;
}
</style>
border-color css
<style>
span { border-color: #C83E12; }
span { border-color: rgb(200,62,18); }
td.TdClassName
{
border-color: #C83E12;
}
.TagClassName
{
border-color: #C83E12;
}
</style>