Html Css Color HEX #C83D0D Harley Davidson Orange
📋 copy color: '#C83D0D'red 200 ◦ green 61 ◦ blue 13
Shades of Harley Davidson Orange #C83D0D
Tints of Harley Davidson Orange #C83D0D
RGB
CMYK
RGB Variations
Color information
#C83D0D (or 0xC83D0D) is known color: Harley Davidson Orange. HEX triplet: C8, 3D and 0D. RGB value is (200,61,13). Sum of RGB (Red+Green+Blue) = 200+61+13=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83D0D is #37C2F2. Grayscale: #616161. Windows color (decimal): -3654387 or 867784. OLE color: 867784.
HSL color Cylindrical-coordinate representation of color #C83D0D: hue angle of 15.4º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C83D0D is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 13 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.22 |
| HSL | 15.4º | 0.88% | 0.42% | - |
| HSV(B) | 15.4º | 0.94% | 0.78% | - |
| XYZ | 25.56 | 15.65 | 2.05 | - |
| YUV | 97.09 | 80.55 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 13 | 0 | 0.69 | 0.94 | 0.22 | 15.4 | 0.88 | 0.42 |
| Hex | C8 | 3D | D | 0 | 45 | 5E | 16 | F | 58 | 2A |
| Octal | 310 | 75 | 15 | 0 | 105 | 136 | 26 | 17 | 130 | 52 |
| Binary | 11001000 | 111101 | 1101 | 0 | 1000101 | 1011110 | 10110 | 1111 | 1011000 | 101010 |
Color Harmonies of #C83D0D
Complementary color
Monochromatic Colors of #C83D0D
Black with #C83D0D
Text Example
Text Example
White with #C83D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D0D; }
p { color: rgb(200,61,13); }
H1.HeaderClassName
{
color: #C83D0D;
}
.AnyTagClassName
{
color: #C83D0D;
}
</style>
background-color css
<style>
a { background-color: #C83D0D; }
a { background-color: rgb(200,61,13); }
div.DivClassName
{
background-color: #C83D0D;
}
.BgClassName
{
background-color: #C83D0D;
}
</style>
border-color css
<style>
span { border-color: #C83D0D; }
span { border-color: rgb(200,61,13); }
td.TdClassName
{
border-color: #C83D0D;
}
.TagClassName
{
border-color: #C83D0D;
}
</style>