Html Css Color HEX #C8411C Harley Davidson Orange
📋 copy color: '#C8411C'red 200 ◦ green 65 ◦ blue 28
Shades of Harley Davidson Orange #C8411C
Tints of Harley Davidson Orange #C8411C
RGB
CMYK
RGB Variations
Color information
#C8411C (or 0xC8411C) is known color: Harley Davidson Orange. HEX triplet: C8, 41 and 1C. RGB value is (200,65,28). Sum of RGB (Red+Green+Blue) = 200+65+28=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C8411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8411C is #37BEE3. Grayscale: #656565. Windows color (decimal): -3653348 or 1851848. OLE color: 1851848.
HSL color Cylindrical-coordinate representation of color #C8411C: hue angle of 12.91º 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 #C8411C is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 28 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.22 |
| HSL | 12.91º | 0.75% | 0.45% | - |
| HSV(B) | 12.91º | 0.86% | 0.78% | - |
| XYZ | 25.92 | 16.14 | 2.85 | - |
| YUV | 101.15 | 86.73 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 28 | 0 | 0.68 | 0.86 | 0.22 | 12.91 | 0.75 | 0.45 |
| Hex | C8 | 41 | 1C | 0 | 44 | 56 | 16 | D | 4B | 2D |
| Octal | 310 | 101 | 34 | 0 | 104 | 126 | 26 | 15 | 113 | 55 |
| Binary | 11001000 | 1000001 | 11100 | 0 | 1000100 | 1010110 | 10110 | 1101 | 1001011 | 101101 |
Color Harmonies of #C8411C
Complementary color
Monochromatic Colors of #C8411C
Black with #C8411C
Text Example
Text Example
White with #C8411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8411C; }
p { color: rgb(200,65,28); }
H1.HeaderClassName
{
color: #C8411C;
}
.AnyTagClassName
{
color: #C8411C;
}
</style>
background-color css
<style>
a { background-color: #C8411C; }
a { background-color: rgb(200,65,28); }
div.DivClassName
{
background-color: #C8411C;
}
.BgClassName
{
background-color: #C8411C;
}
</style>
border-color css
<style>
span { border-color: #C8411C; }
span { border-color: rgb(200,65,28); }
td.TdClassName
{
border-color: #C8411C;
}
.TagClassName
{
border-color: #C8411C;
}
</style>