Html Css Color HEX #C83C1B Harley Davidson Orange
📋 copy color: '#C83C1B'red 200 ◦ green 60 ◦ blue 27
Shades of Harley Davidson Orange #C83C1B
Tints of Harley Davidson Orange #C83C1B
RGB
CMYK
RGB Variations
Color information
#C83C1B (or 0xC83C1B) is known color: Harley Davidson Orange. HEX triplet: C8, 3C and 1B. RGB value is (200,60,27). Sum of RGB (Red+Green+Blue) = 200+60+27=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83C1B is #37C3E4. Grayscale: #626262. Windows color (decimal): -3654629 or 1785032. OLE color: 1785032.
HSL color Cylindrical-coordinate representation of color #C83C1B: hue angle of 11.45º 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 #C83C1B is Cyan = 0, Magento = 0.7, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 27 | - |
| CMYK | 0 | 0.7 | 0.86 | 0.22 |
| HSL | 11.45º | 0.76% | 0.45% | - |
| HSV(B) | 11.45º | 0.87% | 0.78% | - |
| XYZ | 25.63 | 15.59 | 2.7 | - |
| YUV | 98.1 | 87.88 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 27 | 0 | 0.7 | 0.86 | 0.22 | 11.45 | 0.76 | 0.45 |
| Hex | C8 | 3C | 1B | 0 | 46 | 56 | 16 | B | 4C | 2D |
| Octal | 310 | 74 | 33 | 0 | 106 | 126 | 26 | 13 | 114 | 55 |
| Binary | 11001000 | 111100 | 11011 | 0 | 1000110 | 1010110 | 10110 | 1011 | 1001100 | 101101 |
Color Harmonies of #C83C1B
Complementary color
Monochromatic Colors of #C83C1B
Black with #C83C1B
Text Example
Text Example
White with #C83C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C1B; }
p { color: rgb(200,60,27); }
H1.HeaderClassName
{
color: #C83C1B;
}
.AnyTagClassName
{
color: #C83C1B;
}
</style>
background-color css
<style>
a { background-color: #C83C1B; }
a { background-color: rgb(200,60,27); }
div.DivClassName
{
background-color: #C83C1B;
}
.BgClassName
{
background-color: #C83C1B;
}
</style>
border-color css
<style>
span { border-color: #C83C1B; }
span { border-color: rgb(200,60,27); }
td.TdClassName
{
border-color: #C83C1B;
}
.TagClassName
{
border-color: #C83C1B;
}
</style>