Html Css Color HEX #C02D00 Harley Davidson Orange
📋 copy color: '#C02D00'red 192 ◦ green 45 ◦ blue 0
Shades of Harley Davidson Orange #C02D00
Tints of Harley Davidson Orange #C02D00
RGB
CMYK
RGB Variations
Color information
#C02D00 (or 0xC02D00) is known color: Harley Davidson Orange. HEX triplet: C0, 2D and 00. RGB value is (192,45,0). Sum of RGB (Red+Green+Blue) = 192+45+0=237 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.01% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02D00 is #3FD2FF. Grayscale: #545454. Windows color (decimal): -4182784 or 11712. OLE color: 11712.
HSL color Cylindrical-coordinate representation of color #C02D00: hue angle of 14.06º 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 #C02D00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 45 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.25 |
| HSL | 14.06º | 1% | 0.38% | - |
| HSV(B) | 14.06º | 1% | 0.75% | - |
| XYZ | 22.68 | 13.08 | 1.33 | - |
| YUV | 83.82 | 80.7 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 0 | 0 | 0.77 | 1 | 0.25 | 14.06 | 1 | 0.38 |
| Hex | C0 | 2D | 0 | 0 | 4D | 64 | 19 | E | 64 | 26 |
| Octal | 300 | 55 | 0 | 0 | 115 | 144 | 31 | 16 | 144 | 46 |
| Binary | 11000000 | 101101 | 0 | 0 | 1001101 | 1100100 | 11001 | 1110 | 1100100 | 100110 |
Color Harmonies of #C02D00
Complementary color
Monochromatic Colors of #C02D00
Black with #C02D00
Text Example
Text Example
White with #C02D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02D00; }
p { color: rgb(192,45,0); }
H1.HeaderClassName
{
color: #C02D00;
}
.AnyTagClassName
{
color: #C02D00;
}
</style>
background-color css
<style>
a { background-color: #C02D00; }
a { background-color: rgb(192,45,0); }
div.DivClassName
{
background-color: #C02D00;
}
.BgClassName
{
background-color: #C02D00;
}
</style>
border-color css
<style>
span { border-color: #C02D00; }
span { border-color: rgb(192,45,0); }
td.TdClassName
{
border-color: #C02D00;
}
.TagClassName
{
border-color: #C02D00;
}
</style>