Html Css Color HEX #C0250C Harley Davidson Orange
📋 copy color: '#C0250C'red 192 ◦ green 37 ◦ blue 12
Shades of Harley Davidson Orange #C0250C
Tints of Harley Davidson Orange #C0250C
RGB
CMYK
RGB Variations
Color information
#C0250C (or 0xC0250C) is known color: Harley Davidson Orange. HEX triplet: C0, 25 and 0C. RGB value is (192,37,12). Sum of RGB (Red+Green+Blue) = 192+37+12=241 (31% of max value = 765). Red value is 192 (75.39% from 255 or 79.67% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 192 - color contains mainly: red. Hex color #C0250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0250C is #3FDAF3. Grayscale: #505050. Windows color (decimal): -4184820 or 796096. OLE color: 796096.
HSL color Cylindrical-coordinate representation of color #C0250C: hue angle of 8.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0250C is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 12 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.25 |
| HSL | 8.33º | 0.88% | 0.4% | - |
| HSV(B) | 8.33º | 0.94% | 0.75% | - |
| XYZ | 22.47 | 12.56 | 1.59 | - |
| YUV | 80.5 | 89.35 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 12 | 0 | 0.81 | 0.94 | 0.25 | 8.33 | 0.88 | 0.4 |
| Hex | C0 | 25 | C | 0 | 51 | 5E | 19 | 8 | 58 | 28 |
| Octal | 300 | 45 | 14 | 0 | 121 | 136 | 31 | 10 | 130 | 50 |
| Binary | 11000000 | 100101 | 1100 | 0 | 1010001 | 1011110 | 11001 | 1000 | 1011000 | 101000 |
Color Harmonies of #C0250C
Complementary color
Monochromatic Colors of #C0250C
Black with #C0250C
Text Example
Text Example
White with #C0250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0250C; }
p { color: rgb(192,37,12); }
H1.HeaderClassName
{
color: #C0250C;
}
.AnyTagClassName
{
color: #C0250C;
}
</style>
background-color css
<style>
a { background-color: #C0250C; }
a { background-color: rgb(192,37,12); }
div.DivClassName
{
background-color: #C0250C;
}
.BgClassName
{
background-color: #C0250C;
}
</style>
border-color css
<style>
span { border-color: #C0250C; }
span { border-color: rgb(192,37,12); }
td.TdClassName
{
border-color: #C0250C;
}
.TagClassName
{
border-color: #C0250C;
}
</style>