Html Css Color HEX #C83F1D Harley Davidson Orange
📋 copy color: '#C83F1D'red 200 ◦ green 63 ◦ blue 29
Shades of Harley Davidson Orange #C83F1D
Tints of Harley Davidson Orange #C83F1D
RGB
CMYK
RGB Variations
Color information
#C83F1D (or 0xC83F1D) is known color: Harley Davidson Orange. HEX triplet: C8, 3F and 1D. RGB value is (200,63,29). Sum of RGB (Red+Green+Blue) = 200+63+29=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83F1D is #37C0E2. Grayscale: #646464. Windows color (decimal): -3653859 or 1916872. OLE color: 1916872.
HSL color Cylindrical-coordinate representation of color #C83F1D: hue angle of 11.93º 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 #C83F1D is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 29 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.22 |
| HSL | 11.93º | 0.75% | 0.45% | - |
| HSV(B) | 11.93º | 0.86% | 0.78% | - |
| XYZ | 25.82 | 15.92 | 2.88 | - |
| YUV | 100.09 | 87.89 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 29 | 0 | 0.68 | 0.86 | 0.22 | 11.93 | 0.75 | 0.45 |
| Hex | C8 | 3F | 1D | 0 | 44 | 56 | 16 | C | 4B | 2D |
| Octal | 310 | 77 | 35 | 0 | 104 | 126 | 26 | 14 | 113 | 55 |
| Binary | 11001000 | 111111 | 11101 | 0 | 1000100 | 1010110 | 10110 | 1100 | 1001011 | 101101 |
Color Harmonies of #C83F1D
Complementary color
Monochromatic Colors of #C83F1D
Black with #C83F1D
Text Example
Text Example
White with #C83F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F1D; }
p { color: rgb(200,63,29); }
H1.HeaderClassName
{
color: #C83F1D;
}
.AnyTagClassName
{
color: #C83F1D;
}
</style>
background-color css
<style>
a { background-color: #C83F1D; }
a { background-color: rgb(200,63,29); }
div.DivClassName
{
background-color: #C83F1D;
}
.BgClassName
{
background-color: #C83F1D;
}
</style>
border-color css
<style>
span { border-color: #C83F1D; }
span { border-color: rgb(200,63,29); }
td.TdClassName
{
border-color: #C83F1D;
}
.TagClassName
{
border-color: #C83F1D;
}
</style>