Html Css Color HEX #C83C1A Harley Davidson Orange
📋 copy color: '#C83C1A'red 200 ◦ green 60 ◦ blue 26
Shades of Harley Davidson Orange #C83C1A
Tints of Harley Davidson Orange #C83C1A
RGB
CMYK
RGB Variations
Color information
#C83C1A (or 0xC83C1A) is known color: Harley Davidson Orange. HEX triplet: C8, 3C and 1A. RGB value is (200,60,26). Sum of RGB (Red+Green+Blue) = 200+60+26=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83C1A is #37C3E5. Grayscale: #626262. Windows color (decimal): -3654630 or 1719496. OLE color: 1719496.
HSL color Cylindrical-coordinate representation of color #C83C1A: hue angle of 11.72º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C83C1A is Cyan = 0, Magento = 0.7, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 26 | - |
| CMYK | 0 | 0.7 | 0.87 | 0.22 |
| HSL | 11.72º | 0.77% | 0.44% | - |
| HSV(B) | 11.72º | 0.87% | 0.78% | - |
| XYZ | 25.62 | 15.59 | 2.64 | - |
| YUV | 97.98 | 87.38 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 26 | 0 | 0.7 | 0.87 | 0.22 | 11.72 | 0.77 | 0.44 |
| Hex | C8 | 3C | 1A | 0 | 46 | 57 | 16 | C | 4D | 2C |
| Octal | 310 | 74 | 32 | 0 | 106 | 127 | 26 | 14 | 115 | 54 |
| Binary | 11001000 | 111100 | 11010 | 0 | 1000110 | 1010111 | 10110 | 1100 | 1001101 | 101100 |
Color Harmonies of #C83C1A
Complementary color
Monochromatic Colors of #C83C1A
Black with #C83C1A
Text Example
Text Example
White with #C83C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C1A; }
p { color: rgb(200,60,26); }
H1.HeaderClassName
{
color: #C83C1A;
}
.AnyTagClassName
{
color: #C83C1A;
}
</style>
background-color css
<style>
a { background-color: #C83C1A; }
a { background-color: rgb(200,60,26); }
div.DivClassName
{
background-color: #C83C1A;
}
.BgClassName
{
background-color: #C83C1A;
}
</style>
border-color css
<style>
span { border-color: #C83C1A; }
span { border-color: rgb(200,60,26); }
td.TdClassName
{
border-color: #C83C1A;
}
.TagClassName
{
border-color: #C83C1A;
}
</style>