Html Css Color HEX #C8250B Harley Davidson Orange
📋 copy color: '#C8250B'red 200 ◦ green 37 ◦ blue 11
Shades of Harley Davidson Orange #C8250B
Tints of Harley Davidson Orange #C8250B
RGB
CMYK
RGB Variations
Color information
#C8250B (or 0xC8250B) is known color: Harley Davidson Orange. HEX triplet: C8, 25 and 0B. RGB value is (200,37,11). Sum of RGB (Red+Green+Blue) = 200+37+11=248 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.65% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 200 - color contains mainly: red. Hex color #C8250B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8250B is #37DAF4. Grayscale: #535353. Windows color (decimal): -3660533 or 730568. OLE color: 730568.
HSL color Cylindrical-coordinate representation of color #C8250B: hue angle of 8.25º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8250B is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 11 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.22 |
| HSL | 8.25º | 0.9% | 0.41% | - |
| HSV(B) | 8.25º | 0.95% | 0.78% | - |
| XYZ | 24.54 | 13.63 | 1.65 | - |
| YUV | 82.77 | 87.5 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 11 | 0 | 0.82 | 0.94 | 0.22 | 8.25 | 0.9 | 0.41 |
| Hex | C8 | 25 | B | 0 | 52 | 5E | 16 | 8 | 5A | 29 |
| Octal | 310 | 45 | 13 | 0 | 122 | 136 | 26 | 10 | 132 | 51 |
| Binary | 11001000 | 100101 | 1011 | 0 | 1010010 | 1011110 | 10110 | 1000 | 1011010 | 101001 |
Color Harmonies of #C8250B
Complementary color
Monochromatic Colors of #C8250B
Black with #C8250B
Text Example
Text Example
White with #C8250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8250B; }
p { color: rgb(200,37,11); }
H1.HeaderClassName
{
color: #C8250B;
}
.AnyTagClassName
{
color: #C8250B;
}
</style>
background-color css
<style>
a { background-color: #C8250B; }
a { background-color: rgb(200,37,11); }
div.DivClassName
{
background-color: #C8250B;
}
.BgClassName
{
background-color: #C8250B;
}
</style>
border-color css
<style>
span { border-color: #C8250B; }
span { border-color: rgb(200,37,11); }
td.TdClassName
{
border-color: #C8250B;
}
.TagClassName
{
border-color: #C8250B;
}
</style>