Html Css Color HEX #C83814 Harley Davidson Orange
📋 copy color: '#C83814'red 200 ◦ green 56 ◦ blue 20
Shades of Harley Davidson Orange #C83814
Tints of Harley Davidson Orange #C83814
RGB
CMYK
RGB Variations
Color information
#C83814 (or 0xC83814) is known color: Harley Davidson Orange. HEX triplet: C8, 38 and 14. RGB value is (200,56,20). Sum of RGB (Red+Green+Blue) = 200+56+20=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C83814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83814 is #37C7EB. Grayscale: #5F5F5F. Windows color (decimal): -3655660 or 1325256. OLE color: 1325256.
HSL color Cylindrical-coordinate representation of color #C83814: hue angle of 12º degrees, saturation: 0.82, 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 #C83814 is Cyan = 0, Magento = 0.72, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 20 | - |
| CMYK | 0 | 0.72 | 0.9 | 0.22 |
| HSL | 12º | 0.82% | 0.43% | - |
| HSV(B) | 12º | 0.9% | 0.78% | - |
| XYZ | 25.36 | 15.16 | 2.25 | - |
| YUV | 94.95 | 85.71 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 20 | 0 | 0.72 | 0.9 | 0.22 | 12 | 0.82 | 0.43 |
| Hex | C8 | 38 | 14 | 0 | 48 | 5A | 16 | C | 52 | 2B |
| Octal | 310 | 70 | 24 | 0 | 110 | 132 | 26 | 14 | 122 | 53 |
| Binary | 11001000 | 111000 | 10100 | 0 | 1001000 | 1011010 | 10110 | 1100 | 1010010 | 101011 |
Color Harmonies of #C83814
Complementary color
Monochromatic Colors of #C83814
Black with #C83814
Text Example
Text Example
White with #C83814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83814; }
p { color: rgb(200,56,20); }
H1.HeaderClassName
{
color: #C83814;
}
.AnyTagClassName
{
color: #C83814;
}
</style>
background-color css
<style>
a { background-color: #C83814; }
a { background-color: rgb(200,56,20); }
div.DivClassName
{
background-color: #C83814;
}
.BgClassName
{
background-color: #C83814;
}
</style>
border-color css
<style>
span { border-color: #C83814; }
span { border-color: rgb(200,56,20); }
td.TdClassName
{
border-color: #C83814;
}
.TagClassName
{
border-color: #C83814;
}
</style>