Html Css Color HEX #C02704 Harley Davidson Orange
📋 copy color: '#C02704'red 192 ◦ green 39 ◦ blue 4
Shades of Harley Davidson Orange #C02704
Tints of Harley Davidson Orange #C02704
RGB
CMYK
RGB Variations
Color information
#C02704 (or 0xC02704) is known color: Harley Davidson Orange. HEX triplet: C0, 27 and 04. RGB value is (192,39,4). Sum of RGB (Red+Green+Blue) = 192+39+4=235 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.70% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 192 - color contains mainly: red. Hex color #C02704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02704 is #3FD8FB. Grayscale: #515151. Windows color (decimal): -4184316 or 272320. OLE color: 272320.
HSL color Cylindrical-coordinate representation of color #C02704: hue angle of 11.17º degrees, saturation: 0.96, 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 #C02704 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 4 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.25 |
| HSL | 11.17º | 0.96% | 0.38% | - |
| HSV(B) | 11.17º | 0.98% | 0.75% | - |
| XYZ | 22.49 | 12.67 | 1.37 | - |
| YUV | 80.76 | 84.69 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 4 | 0 | 0.80 | 0.98 | 0.25 | 11.17 | 0.96 | 0.38 |
| Hex | C0 | 27 | 4 | 0 | 50 | 62 | 19 | B | 60 | 26 |
| Octal | 300 | 47 | 4 | 0 | 120 | 142 | 31 | 13 | 140 | 46 |
| Binary | 11000000 | 100111 | 100 | 0 | 1010000 | 1100010 | 11001 | 1011 | 1100000 | 100110 |
Color Harmonies of #C02704
Complementary color
Monochromatic Colors of #C02704
Black with #C02704
Text Example
Text Example
White with #C02704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02704; }
p { color: rgb(192,39,4); }
H1.HeaderClassName
{
color: #C02704;
}
.AnyTagClassName
{
color: #C02704;
}
</style>
background-color css
<style>
a { background-color: #C02704; }
a { background-color: rgb(192,39,4); }
div.DivClassName
{
background-color: #C02704;
}
.BgClassName
{
background-color: #C02704;
}
</style>
border-color css
<style>
span { border-color: #C02704; }
span { border-color: rgb(192,39,4); }
td.TdClassName
{
border-color: #C02704;
}
.TagClassName
{
border-color: #C02704;
}
</style>