Html Css Color HEX #C8300F Harley Davidson Orange
📋 copy color: '#C8300F'red 200 ◦ green 48 ◦ blue 15
Shades of Harley Davidson Orange #C8300F
Tints of Harley Davidson Orange #C8300F
RGB
CMYK
RGB Variations
Color information
#C8300F (or 0xC8300F) is known color: Harley Davidson Orange. HEX triplet: C8, 30 and 0F. RGB value is (200,48,15). Sum of RGB (Red+Green+Blue) = 200+48+15=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C8300F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8300F is #37CFF0. Grayscale: #595959. Windows color (decimal): -3657713 or 995528. OLE color: 995528.
HSL color Cylindrical-coordinate representation of color #C8300F: hue angle of 10.7º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8300F is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 15 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.22 |
| HSL | 10.7º | 0.86% | 0.42% | - |
| HSV(B) | 10.7º | 0.93% | 0.78% | - |
| XYZ | 24.96 | 14.43 | 1.92 | - |
| YUV | 89.69 | 85.86 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 15 | 0 | 0.76 | 0.92 | 0.22 | 10.7 | 0.86 | 0.42 |
| Hex | C8 | 30 | F | 0 | 4C | 5C | 16 | B | 56 | 2A |
| Octal | 310 | 60 | 17 | 0 | 114 | 134 | 26 | 13 | 126 | 52 |
| Binary | 11001000 | 110000 | 1111 | 0 | 1001100 | 1011100 | 10110 | 1011 | 1010110 | 101010 |
Color Harmonies of #C8300F
Complementary color
Monochromatic Colors of #C8300F
Black with #C8300F
Text Example
Text Example
White with #C8300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8300F; }
p { color: rgb(200,48,15); }
H1.HeaderClassName
{
color: #C8300F;
}
.AnyTagClassName
{
color: #C8300F;
}
</style>
background-color css
<style>
a { background-color: #C8300F; }
a { background-color: rgb(200,48,15); }
div.DivClassName
{
background-color: #C8300F;
}
.BgClassName
{
background-color: #C8300F;
}
</style>
border-color css
<style>
span { border-color: #C8300F; }
span { border-color: rgb(200,48,15); }
td.TdClassName
{
border-color: #C8300F;
}
.TagClassName
{
border-color: #C8300F;
}
</style>