Html Css Color HEX #C83F1B Harley Davidson Orange
📋 copy color: '#C83F1B'red 200 ◦ green 63 ◦ blue 27
Shades of Harley Davidson Orange #C83F1B
Tints of Harley Davidson Orange #C83F1B
RGB
CMYK
RGB Variations
Color information
#C83F1B (or 0xC83F1B) is known color: Harley Davidson Orange. HEX triplet: C8, 3F and 1B. RGB value is (200,63,27). Sum of RGB (Red+Green+Blue) = 200+63+27=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83F1B is #37C0E4. Grayscale: #646464. Windows color (decimal): -3653861 or 1785800. OLE color: 1785800.
HSL color Cylindrical-coordinate representation of color #C83F1B: hue angle of 12.49º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C83F1B is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 27 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.22 |
| HSL | 12.49º | 0.76% | 0.45% | - |
| HSV(B) | 12.49º | 0.87% | 0.78% | - |
| XYZ | 25.79 | 15.91 | 2.75 | - |
| YUV | 99.86 | 86.89 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 27 | 0 | 0.68 | 0.86 | 0.22 | 12.49 | 0.76 | 0.45 |
| Hex | C8 | 3F | 1B | 0 | 44 | 56 | 16 | C | 4C | 2D |
| Octal | 310 | 77 | 33 | 0 | 104 | 126 | 26 | 14 | 114 | 55 |
| Binary | 11001000 | 111111 | 11011 | 0 | 1000100 | 1010110 | 10110 | 1100 | 1001100 | 101101 |
Color Harmonies of #C83F1B
Complementary color
Monochromatic Colors of #C83F1B
Black with #C83F1B
Text Example
Text Example
White with #C83F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F1B; }
p { color: rgb(200,63,27); }
H1.HeaderClassName
{
color: #C83F1B;
}
.AnyTagClassName
{
color: #C83F1B;
}
</style>
background-color css
<style>
a { background-color: #C83F1B; }
a { background-color: rgb(200,63,27); }
div.DivClassName
{
background-color: #C83F1B;
}
.BgClassName
{
background-color: #C83F1B;
}
</style>
border-color css
<style>
span { border-color: #C83F1B; }
span { border-color: rgb(200,63,27); }
td.TdClassName
{
border-color: #C83F1B;
}
.TagClassName
{
border-color: #C83F1B;
}
</style>