Html Css Color HEX #C83D1D Harley Davidson Orange
📋 copy color: '#C83D1D'red 200 ◦ green 61 ◦ blue 29
Shades of Harley Davidson Orange #C83D1D
Tints of Harley Davidson Orange #C83D1D
RGB
CMYK
RGB Variations
Color information
#C83D1D (or 0xC83D1D) is known color: Harley Davidson Orange. HEX triplet: C8, 3D and 1D. RGB value is (200,61,29). Sum of RGB (Red+Green+Blue) = 200+61+29=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83D1D is #37C2E2. Grayscale: #636363. Windows color (decimal): -3654371 or 1916360. OLE color: 1916360.
HSL color Cylindrical-coordinate representation of color #C83D1D: hue angle of 11.23º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C83D1D is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 29 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.22 |
| HSL | 11.23º | 0.75% | 0.45% | - |
| HSV(B) | 11.23º | 0.86% | 0.78% | - |
| XYZ | 25.71 | 15.71 | 2.84 | - |
| YUV | 98.91 | 88.55 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 29 | 0 | 0.69 | 0.86 | 0.22 | 11.23 | 0.75 | 0.45 |
| Hex | C8 | 3D | 1D | 0 | 45 | 56 | 16 | B | 4B | 2D |
| Octal | 310 | 75 | 35 | 0 | 105 | 126 | 26 | 13 | 113 | 55 |
| Binary | 11001000 | 111101 | 11101 | 0 | 1000101 | 1010110 | 10110 | 1011 | 1001011 | 101101 |
Color Harmonies of #C83D1D
Complementary color
Monochromatic Colors of #C83D1D
Black with #C83D1D
Text Example
Text Example
White with #C83D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D1D; }
p { color: rgb(200,61,29); }
H1.HeaderClassName
{
color: #C83D1D;
}
.AnyTagClassName
{
color: #C83D1D;
}
</style>
background-color css
<style>
a { background-color: #C83D1D; }
a { background-color: rgb(200,61,29); }
div.DivClassName
{
background-color: #C83D1D;
}
.BgClassName
{
background-color: #C83D1D;
}
</style>
border-color css
<style>
span { border-color: #C83D1D; }
span { border-color: rgb(200,61,29); }
td.TdClassName
{
border-color: #C83D1D;
}
.TagClassName
{
border-color: #C83D1D;
}
</style>