Html Css Color HEX #C8401F Harley Davidson Orange
📋 copy color: '#C8401F'red 200 ◦ green 64 ◦ blue 31
Shades of Harley Davidson Orange #C8401F
Tints of Harley Davidson Orange #C8401F
RGB
CMYK
RGB Variations
Color information
#C8401F (or 0xC8401F) is known color: Harley Davidson Orange. HEX triplet: C8, 40 and 1F. RGB value is (200,64,31). Sum of RGB (Red+Green+Blue) = 200+64+31=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8401F is #37BFE0. Grayscale: #656565. Windows color (decimal): -3653601 or 2048200. OLE color: 2048200.
HSL color Cylindrical-coordinate representation of color #C8401F: hue angle of 11.72º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8401F is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 64 | 31 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.22 |
| HSL | 11.72º | 0.73% | 0.45% | - |
| HSV(B) | 11.72º | 0.85% | 0.78% | - |
| XYZ | 25.9 | 16.05 | 3.03 | - |
| YUV | 100.9 | 88.56 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 31 | 0 | 0.68 | 0.84 | 0.22 | 11.72 | 0.73 | 0.45 |
| Hex | C8 | 40 | 1F | 0 | 44 | 54 | 16 | C | 49 | 2D |
| Octal | 310 | 100 | 37 | 0 | 104 | 124 | 26 | 14 | 111 | 55 |
| Binary | 11001000 | 1000000 | 11111 | 0 | 1000100 | 1010100 | 10110 | 1100 | 1001001 | 101101 |
Color Harmonies of #C8401F
Complementary color
Monochromatic Colors of #C8401F
Black with #C8401F
Text Example
Text Example
White with #C8401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8401F; }
p { color: rgb(200,64,31); }
H1.HeaderClassName
{
color: #C8401F;
}
.AnyTagClassName
{
color: #C8401F;
}
</style>
background-color css
<style>
a { background-color: #C8401F; }
a { background-color: rgb(200,64,31); }
div.DivClassName
{
background-color: #C8401F;
}
.BgClassName
{
background-color: #C8401F;
}
</style>
border-color css
<style>
span { border-color: #C8401F; }
span { border-color: rgb(200,64,31); }
td.TdClassName
{
border-color: #C8401F;
}
.TagClassName
{
border-color: #C8401F;
}
</style>