Html Css Color HEX #C8451F Harley Davidson Orange
📋 copy color: '#C8451F'red 200 ◦ green 69 ◦ blue 31
Shades of Harley Davidson Orange #C8451F
Tints of Harley Davidson Orange #C8451F
RGB
CMYK
RGB Variations
Color information
#C8451F (or 0xC8451F) is known color: Harley Davidson Orange. HEX triplet: C8, 45 and 1F. RGB value is (200,69,31). Sum of RGB (Red+Green+Blue) = 200+69+31=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C8451F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8451F is #37BAE0. Grayscale: #686868. Windows color (decimal): -3652321 or 2049480. OLE color: 2049480.
HSL color Cylindrical-coordinate representation of color #C8451F: hue angle of 13.49º 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 #C8451F is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 31 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.22 |
| HSL | 13.49º | 0.73% | 0.45% | - |
| HSV(B) | 13.49º | 0.85% | 0.78% | - |
| XYZ | 26.19 | 16.63 | 3.13 | - |
| YUV | 103.84 | 86.9 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 31 | 0 | 0.66 | 0.84 | 0.22 | 13.49 | 0.73 | 0.45 |
| Hex | C8 | 45 | 1F | 0 | 42 | 54 | 16 | D | 49 | 2D |
| Octal | 310 | 105 | 37 | 0 | 102 | 124 | 26 | 15 | 111 | 55 |
| Binary | 11001000 | 1000101 | 11111 | 0 | 1000010 | 1010100 | 10110 | 1101 | 1001001 | 101101 |
Color Harmonies of #C8451F
Complementary color
Monochromatic Colors of #C8451F
Black with #C8451F
Text Example
Text Example
White with #C8451F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8451F; }
p { color: rgb(200,69,31); }
H1.HeaderClassName
{
color: #C8451F;
}
.AnyTagClassName
{
color: #C8451F;
}
</style>
background-color css
<style>
a { background-color: #C8451F; }
a { background-color: rgb(200,69,31); }
div.DivClassName
{
background-color: #C8451F;
}
.BgClassName
{
background-color: #C8451F;
}
</style>
border-color css
<style>
span { border-color: #C8451F; }
span { border-color: rgb(200,69,31); }
td.TdClassName
{
border-color: #C8451F;
}
.TagClassName
{
border-color: #C8451F;
}
</style>