Html Css Color HEX #C8250D Harley Davidson Orange
📋 copy color: '#C8250D'red 200 ◦ green 37 ◦ blue 13
Shades of Harley Davidson Orange #C8250D
Tints of Harley Davidson Orange #C8250D
RGB
CMYK
RGB Variations
Color information
#C8250D (or 0xC8250D) is known color: Harley Davidson Orange. HEX triplet: C8, 25 and 0D. RGB value is (200,37,13). Sum of RGB (Red+Green+Blue) = 200+37+13=250 (33% of max value = 765). Red value is 200 (78.52% from 255 or 80% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 200 - color contains mainly: red. Hex color #C8250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8250D is #37DAF2. Grayscale: #535353. Windows color (decimal): -3660531 or 861640. OLE color: 861640.
HSL color Cylindrical-coordinate representation of color #C8250D: hue angle of 7.7º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8250D is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 13 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.22 |
| HSL | 7.7º | 0.88% | 0.42% | - |
| HSV(B) | 7.7º | 0.94% | 0.78% | - |
| XYZ | 24.55 | 13.63 | 1.72 | - |
| YUV | 83 | 88.5 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 13 | 0 | 0.82 | 0.94 | 0.22 | 7.7 | 0.88 | 0.42 |
| Hex | C8 | 25 | D | 0 | 52 | 5E | 16 | 8 | 58 | 2A |
| Octal | 310 | 45 | 15 | 0 | 122 | 136 | 26 | 10 | 130 | 52 |
| Binary | 11001000 | 100101 | 1101 | 0 | 1010010 | 1011110 | 10110 | 1000 | 1011000 | 101010 |
Color Harmonies of #C8250D
Complementary color
Monochromatic Colors of #C8250D
Black with #C8250D
Text Example
Text Example
White with #C8250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8250D; }
p { color: rgb(200,37,13); }
H1.HeaderClassName
{
color: #C8250D;
}
.AnyTagClassName
{
color: #C8250D;
}
</style>
background-color css
<style>
a { background-color: #C8250D; }
a { background-color: rgb(200,37,13); }
div.DivClassName
{
background-color: #C8250D;
}
.BgClassName
{
background-color: #C8250D;
}
</style>
border-color css
<style>
span { border-color: #C8250D; }
span { border-color: rgb(200,37,13); }
td.TdClassName
{
border-color: #C8250D;
}
.TagClassName
{
border-color: #C8250D;
}
</style>