Html Css Color HEX #C0301A Harley Davidson Orange
📋 copy color: '#C0301A'red 192 ◦ green 48 ◦ blue 26
Shades of Harley Davidson Orange #C0301A
Tints of Harley Davidson Orange #C0301A
RGB
CMYK
RGB Variations
Color information
#C0301A (or 0xC0301A) is known color: Harley Davidson Orange. HEX triplet: C0, 30 and 1A. RGB value is (192,48,26). Sum of RGB (Red+Green+Blue) = 192+48+26=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C0301A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0301A is #3FCFE5. Grayscale: #585858. Windows color (decimal): -4181990 or 1716416. OLE color: 1716416.
HSL color Cylindrical-coordinate representation of color #C0301A: hue angle of 7.95º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0301A is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 26 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.25 |
| HSL | 7.95º | 0.76% | 0.43% | - |
| HSV(B) | 7.95º | 0.86% | 0.75% | - |
| XYZ | 22.98 | 13.39 | 2.35 | - |
| YUV | 88.55 | 92.71 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 26 | 0 | 0.75 | 0.86 | 0.25 | 7.95 | 0.76 | 0.43 |
| Hex | C0 | 30 | 1A | 0 | 4B | 56 | 19 | 8 | 4C | 2B |
| Octal | 300 | 60 | 32 | 0 | 113 | 126 | 31 | 10 | 114 | 53 |
| Binary | 11000000 | 110000 | 11010 | 0 | 1001011 | 1010110 | 11001 | 1000 | 1001100 | 101011 |
Color Harmonies of #C0301A
Complementary color
Monochromatic Colors of #C0301A
Black with #C0301A
Text Example
Text Example
White with #C0301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0301A; }
p { color: rgb(192,48,26); }
H1.HeaderClassName
{
color: #C0301A;
}
.AnyTagClassName
{
color: #C0301A;
}
</style>
background-color css
<style>
a { background-color: #C0301A; }
a { background-color: rgb(192,48,26); }
div.DivClassName
{
background-color: #C0301A;
}
.BgClassName
{
background-color: #C0301A;
}
</style>
border-color css
<style>
span { border-color: #C0301A; }
span { border-color: rgb(192,48,26); }
td.TdClassName
{
border-color: #C0301A;
}
.TagClassName
{
border-color: #C0301A;
}
</style>