Html Css Color HEX #C8431F Harley Davidson Orange
📋 copy color: '#C8431F'red 200 ◦ green 67 ◦ blue 31
Shades of Harley Davidson Orange #C8431F
Tints of Harley Davidson Orange #C8431F
RGB
CMYK
RGB Variations
Color information
#C8431F (or 0xC8431F) is known color: Harley Davidson Orange. HEX triplet: C8, 43 and 1F. RGB value is (200,67,31). Sum of RGB (Red+Green+Blue) = 200+67+31=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C8431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8431F is #37BCE0. Grayscale: #666666. Windows color (decimal): -3652833 or 2048968. OLE color: 2048968.
HSL color Cylindrical-coordinate representation of color #C8431F: hue angle of 12.78º 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 #C8431F is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 31 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.22 |
| HSL | 12.78º | 0.73% | 0.45% | - |
| HSV(B) | 12.78º | 0.85% | 0.78% | - |
| XYZ | 26.07 | 16.39 | 3.09 | - |
| YUV | 102.66 | 87.56 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 31 | 0 | 0.66 | 0.84 | 0.22 | 12.78 | 0.73 | 0.45 |
| Hex | C8 | 43 | 1F | 0 | 42 | 54 | 16 | D | 49 | 2D |
| Octal | 310 | 103 | 37 | 0 | 102 | 124 | 26 | 15 | 111 | 55 |
| Binary | 11001000 | 1000011 | 11111 | 0 | 1000010 | 1010100 | 10110 | 1101 | 1001001 | 101101 |
Color Harmonies of #C8431F
Complementary color
Monochromatic Colors of #C8431F
Black with #C8431F
Text Example
Text Example
White with #C8431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8431F; }
p { color: rgb(200,67,31); }
H1.HeaderClassName
{
color: #C8431F;
}
.AnyTagClassName
{
color: #C8431F;
}
</style>
background-color css
<style>
a { background-color: #C8431F; }
a { background-color: rgb(200,67,31); }
div.DivClassName
{
background-color: #C8431F;
}
.BgClassName
{
background-color: #C8431F;
}
</style>
border-color css
<style>
span { border-color: #C8431F; }
span { border-color: rgb(200,67,31); }
td.TdClassName
{
border-color: #C8431F;
}
.TagClassName
{
border-color: #C8431F;
}
</style>