Html Css Color HEX #C8421C Harley Davidson Orange
📋 copy color: '#C8421C'red 200 ◦ green 66 ◦ blue 28
Shades of Harley Davidson Orange #C8421C
Tints of Harley Davidson Orange #C8421C
RGB
CMYK
RGB Variations
Color information
#C8421C (or 0xC8421C) is known color: Harley Davidson Orange. HEX triplet: C8, 42 and 1C. RGB value is (200,66,28). Sum of RGB (Red+Green+Blue) = 200+66+28=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C8421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8421C is #37BDE3. Grayscale: #666666. Windows color (decimal): -3653092 or 1852104. OLE color: 1852104.
HSL color Cylindrical-coordinate representation of color #C8421C: hue angle of 13.26º 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 #C8421C is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 28 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.22 |
| HSL | 13.26º | 0.75% | 0.45% | - |
| HSV(B) | 13.26º | 0.86% | 0.78% | - |
| XYZ | 25.98 | 16.26 | 2.87 | - |
| YUV | 101.73 | 86.39 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 28 | 0 | 0.67 | 0.86 | 0.22 | 13.26 | 0.75 | 0.45 |
| Hex | C8 | 42 | 1C | 0 | 43 | 56 | 16 | D | 4B | 2D |
| Octal | 310 | 102 | 34 | 0 | 103 | 126 | 26 | 15 | 113 | 55 |
| Binary | 11001000 | 1000010 | 11100 | 0 | 1000011 | 1010110 | 10110 | 1101 | 1001011 | 101101 |
Color Harmonies of #C8421C
Complementary color
Monochromatic Colors of #C8421C
Black with #C8421C
Text Example
Text Example
White with #C8421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8421C; }
p { color: rgb(200,66,28); }
H1.HeaderClassName
{
color: #C8421C;
}
.AnyTagClassName
{
color: #C8421C;
}
</style>
background-color css
<style>
a { background-color: #C8421C; }
a { background-color: rgb(200,66,28); }
div.DivClassName
{
background-color: #C8421C;
}
.BgClassName
{
background-color: #C8421C;
}
</style>
border-color css
<style>
span { border-color: #C8421C; }
span { border-color: rgb(200,66,28); }
td.TdClassName
{
border-color: #C8421C;
}
.TagClassName
{
border-color: #C8421C;
}
</style>