Html Css Color HEX #C02400 Harley Davidson Orange
📋 copy color: '#C02400'red 192 ◦ green 36 ◦ blue 0
Shades of Harley Davidson Orange #C02400
Tints of Harley Davidson Orange #C02400
RGB
CMYK
RGB Variations
Color information
#C02400 (or 0xC02400) is known color: Harley Davidson Orange. HEX triplet: C0, 24 and 00. RGB value is (192,36,0). Sum of RGB (Red+Green+Blue) = 192+36+0=228 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.21% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 192 - color contains mainly: red. Hex color #C02400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02400 is #3FDBFF. Grayscale: #4E4E4E. Windows color (decimal): -4185088 or 9408. OLE color: 9408.
HSL color Cylindrical-coordinate representation of color #C02400: hue angle of 11.25º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C02400 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.25 |
| HSL | 11.25º | 1% | 0.38% | - |
| HSV(B) | 11.25º | 1% | 0.75% | - |
| XYZ | 22.37 | 12.47 | 1.23 | - |
| YUV | 78.54 | 83.68 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 0 | 0 | 0.81 | 1 | 0.25 | 11.25 | 1 | 0.38 |
| Hex | C0 | 24 | 0 | 0 | 51 | 64 | 19 | B | 64 | 26 |
| Octal | 300 | 44 | 0 | 0 | 121 | 144 | 31 | 13 | 144 | 46 |
| Binary | 11000000 | 100100 | 0 | 0 | 1010001 | 1100100 | 11001 | 1011 | 1100100 | 100110 |
Color Harmonies of #C02400
Complementary color
Monochromatic Colors of #C02400
Black with #C02400
Text Example
Text Example
White with #C02400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02400; }
p { color: rgb(192,36,0); }
H1.HeaderClassName
{
color: #C02400;
}
.AnyTagClassName
{
color: #C02400;
}
</style>
background-color css
<style>
a { background-color: #C02400; }
a { background-color: rgb(192,36,0); }
div.DivClassName
{
background-color: #C02400;
}
.BgClassName
{
background-color: #C02400;
}
</style>
border-color css
<style>
span { border-color: #C02400; }
span { border-color: rgb(192,36,0); }
td.TdClassName
{
border-color: #C02400;
}
.TagClassName
{
border-color: #C02400;
}
</style>