Html Css Color HEX #C02F03 Harley Davidson Orange
📋 copy color: '#C02F03'red 192 ◦ green 47 ◦ blue 3
Shades of Harley Davidson Orange #C02F03
Tints of Harley Davidson Orange #C02F03
RGB
CMYK
RGB Variations
Color information
#C02F03 (or 0xC02F03) is known color: Harley Davidson Orange. HEX triplet: C0, 2F and 03. RGB value is (192,47,3). Sum of RGB (Red+Green+Blue) = 192+47+3=242 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.34% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02F03 is #3FD0FC. Grayscale: #555555. Windows color (decimal): -4182269 or 208832. OLE color: 208832.
HSL color Cylindrical-coordinate representation of color #C02F03: hue angle of 13.97º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C02F03 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 47 | 3 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.25 |
| HSL | 13.97º | 0.97% | 0.38% | - |
| HSV(B) | 13.97º | 0.98% | 0.75% | - |
| XYZ | 22.77 | 13.25 | 1.44 | - |
| YUV | 85.34 | 81.54 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 3 | 0 | 0.76 | 0.98 | 0.25 | 13.97 | 0.97 | 0.38 |
| Hex | C0 | 2F | 3 | 0 | 4C | 62 | 19 | E | 61 | 26 |
| Octal | 300 | 57 | 3 | 0 | 114 | 142 | 31 | 16 | 141 | 46 |
| Binary | 11000000 | 101111 | 11 | 0 | 1001100 | 1100010 | 11001 | 1110 | 1100001 | 100110 |
Color Harmonies of #C02F03
Complementary color
Monochromatic Colors of #C02F03
Black with #C02F03
Text Example
Text Example
White with #C02F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02F03; }
p { color: rgb(192,47,3); }
H1.HeaderClassName
{
color: #C02F03;
}
.AnyTagClassName
{
color: #C02F03;
}
</style>
background-color css
<style>
a { background-color: #C02F03; }
a { background-color: rgb(192,47,3); }
div.DivClassName
{
background-color: #C02F03;
}
.BgClassName
{
background-color: #C02F03;
}
</style>
border-color css
<style>
span { border-color: #C02F03; }
span { border-color: rgb(192,47,3); }
td.TdClassName
{
border-color: #C02F03;
}
.TagClassName
{
border-color: #C02F03;
}
</style>