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