Html Css Color HEX #C02F1D Harley Davidson Orange
📋 copy color: '#C02F1D'red 192 ◦ green 47 ◦ blue 29
Shades of Harley Davidson Orange #C02F1D
Tints of Harley Davidson Orange #C02F1D
RGB
CMYK
RGB Variations
Color information
#C02F1D (or 0xC02F1D) is known color: Harley Davidson Orange. HEX triplet: C0, 2F and 1D. RGB value is (192,47,29). Sum of RGB (Red+Green+Blue) = 192+47+29=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02F1D is #3FD0E2. Grayscale: #585858. Windows color (decimal): -4182243 or 1912768. OLE color: 1912768.
HSL color Cylindrical-coordinate representation of color #C02F1D: hue angle of 6.63º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C02F1D is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 47 | 29 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.25 |
| HSL | 6.63º | 0.74% | 0.43% | - |
| HSV(B) | 6.63º | 0.85% | 0.75% | - |
| XYZ | 22.98 | 13.33 | 2.52 | - |
| YUV | 88.3 | 94.54 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 29 | 0 | 0.76 | 0.85 | 0.25 | 6.63 | 0.74 | 0.43 |
| Hex | C0 | 2F | 1D | 0 | 4C | 55 | 19 | 7 | 4A | 2B |
| Octal | 300 | 57 | 35 | 0 | 114 | 125 | 31 | 7 | 112 | 53 |
| Binary | 11000000 | 101111 | 11101 | 0 | 1001100 | 1010101 | 11001 | 111 | 1001010 | 101011 |
Color Harmonies of #C02F1D
Complementary color
Monochromatic Colors of #C02F1D
Black with #C02F1D
Text Example
Text Example
White with #C02F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02F1D; }
p { color: rgb(192,47,29); }
H1.HeaderClassName
{
color: #C02F1D;
}
.AnyTagClassName
{
color: #C02F1D;
}
</style>
background-color css
<style>
a { background-color: #C02F1D; }
a { background-color: rgb(192,47,29); }
div.DivClassName
{
background-color: #C02F1D;
}
.BgClassName
{
background-color: #C02F1D;
}
</style>
border-color css
<style>
span { border-color: #C02F1D; }
span { border-color: rgb(192,47,29); }
td.TdClassName
{
border-color: #C02F1D;
}
.TagClassName
{
border-color: #C02F1D;
}
</style>