Html Css Color HEX #C8431D Harley Davidson Orange
📋 copy color: '#C8431D'red 200 ◦ green 67 ◦ blue 29
Shades of Harley Davidson Orange #C8431D
Tints of Harley Davidson Orange #C8431D
RGB
CMYK
RGB Variations
Color information
#C8431D (or 0xC8431D) is known color: Harley Davidson Orange. HEX triplet: C8, 43 and 1D. RGB value is (200,67,29). Sum of RGB (Red+Green+Blue) = 200+67+29=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C8431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8431D is #37BCE2. Grayscale: #666666. Windows color (decimal): -3652835 or 1917896. OLE color: 1917896.
HSL color Cylindrical-coordinate representation of color #C8431D: hue angle of 13.33º 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 #C8431D is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 29 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.22 |
| HSL | 13.33º | 0.75% | 0.45% | - |
| HSV(B) | 13.33º | 0.86% | 0.78% | - |
| XYZ | 26.05 | 16.38 | 2.95 | - |
| YUV | 102.44 | 86.56 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 29 | 0 | 0.66 | 0.86 | 0.22 | 13.33 | 0.75 | 0.45 |
| Hex | C8 | 43 | 1D | 0 | 42 | 56 | 16 | D | 4B | 2D |
| Octal | 310 | 103 | 35 | 0 | 102 | 126 | 26 | 15 | 113 | 55 |
| Binary | 11001000 | 1000011 | 11101 | 0 | 1000010 | 1010110 | 10110 | 1101 | 1001011 | 101101 |
Color Harmonies of #C8431D
Complementary color
Monochromatic Colors of #C8431D
Black with #C8431D
Text Example
Text Example
White with #C8431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8431D; }
p { color: rgb(200,67,29); }
H1.HeaderClassName
{
color: #C8431D;
}
.AnyTagClassName
{
color: #C8431D;
}
</style>
background-color css
<style>
a { background-color: #C8431D; }
a { background-color: rgb(200,67,29); }
div.DivClassName
{
background-color: #C8431D;
}
.BgClassName
{
background-color: #C8431D;
}
</style>
border-color css
<style>
span { border-color: #C8431D; }
span { border-color: rgb(200,67,29); }
td.TdClassName
{
border-color: #C8431D;
}
.TagClassName
{
border-color: #C8431D;
}
</style>