Html Css Color HEX #C83C1C Harley Davidson Orange
📋 copy color: '#C83C1C'red 200 ◦ green 60 ◦ blue 28
Shades of Harley Davidson Orange #C83C1C
Tints of Harley Davidson Orange #C83C1C
RGB
CMYK
RGB Variations
Color information
#C83C1C (or 0xC83C1C) is known color: Harley Davidson Orange. HEX triplet: C8, 3C and 1C. RGB value is (200,60,28). Sum of RGB (Red+Green+Blue) = 200+60+28=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83C1C is #37C3E3. Grayscale: #626262. Windows color (decimal): -3654628 or 1850568. OLE color: 1850568.
HSL color Cylindrical-coordinate representation of color #C83C1C: hue angle of 11.16º 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 #C83C1C is Cyan = 0, Magento = 0.7, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 28 | - |
| CMYK | 0 | 0.7 | 0.86 | 0.22 |
| HSL | 11.16º | 0.75% | 0.45% | - |
| HSV(B) | 11.16º | 0.86% | 0.78% | - |
| XYZ | 25.64 | 15.59 | 2.76 | - |
| YUV | 98.21 | 88.38 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 28 | 0 | 0.7 | 0.86 | 0.22 | 11.16 | 0.75 | 0.45 |
| Hex | C8 | 3C | 1C | 0 | 46 | 56 | 16 | B | 4B | 2D |
| Octal | 310 | 74 | 34 | 0 | 106 | 126 | 26 | 13 | 113 | 55 |
| Binary | 11001000 | 111100 | 11100 | 0 | 1000110 | 1010110 | 10110 | 1011 | 1001011 | 101101 |
Color Harmonies of #C83C1C
Complementary color
Monochromatic Colors of #C83C1C
Black with #C83C1C
Text Example
Text Example
White with #C83C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C1C; }
p { color: rgb(200,60,28); }
H1.HeaderClassName
{
color: #C83C1C;
}
.AnyTagClassName
{
color: #C83C1C;
}
</style>
background-color css
<style>
a { background-color: #C83C1C; }
a { background-color: rgb(200,60,28); }
div.DivClassName
{
background-color: #C83C1C;
}
.BgClassName
{
background-color: #C83C1C;
}
</style>
border-color css
<style>
span { border-color: #C83C1C; }
span { border-color: rgb(200,60,28); }
td.TdClassName
{
border-color: #C83C1C;
}
.TagClassName
{
border-color: #C83C1C;
}
</style>