Html Css Color HEX #C12F02 Harley Davidson Orange
📋 copy color: '#C12F02'red 193 ◦ green 47 ◦ blue 2
Shades of Harley Davidson Orange #C12F02
Tints of Harley Davidson Orange #C12F02
RGB
CMYK
RGB Variations
Color information
#C12F02 (or 0xC12F02) is known color: Harley Davidson Orange. HEX triplet: C1, 2F and 02. RGB value is (193,47,2). Sum of RGB (Red+Green+Blue) = 193+47+2=242 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.75% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 193 - color contains mainly: red. Hex color #C12F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12F02 is #3ED0FD. Grayscale: #555555. Windows color (decimal): -4116734 or 143297. OLE color: 143297.
HSL color Cylindrical-coordinate representation of color #C12F02: hue angle of 14.14º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C12F02 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 47 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.24 |
| HSL | 14.14º | 0.98% | 0.38% | - |
| HSV(B) | 14.14º | 0.99% | 0.76% | - |
| XYZ | 23.02 | 13.37 | 1.43 | - |
| YUV | 85.52 | 80.87 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 2 | 0 | 0.76 | 0.99 | 0.24 | 14.14 | 0.98 | 0.38 |
| Hex | C1 | 2F | 2 | 0 | 4C | 63 | 18 | E | 62 | 26 |
| Octal | 301 | 57 | 2 | 0 | 114 | 143 | 30 | 16 | 142 | 46 |
| Binary | 11000001 | 101111 | 10 | 0 | 1001100 | 1100011 | 11000 | 1110 | 1100010 | 100110 |
Color Harmonies of #C12F02
Complementary color
Monochromatic Colors of #C12F02
Black with #C12F02
Text Example
Text Example
White with #C12F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12F02; }
p { color: rgb(193,47,2); }
H1.HeaderClassName
{
color: #C12F02;
}
.AnyTagClassName
{
color: #C12F02;
}
</style>
background-color css
<style>
a { background-color: #C12F02; }
a { background-color: rgb(193,47,2); }
div.DivClassName
{
background-color: #C12F02;
}
.BgClassName
{
background-color: #C12F02;
}
</style>
border-color css
<style>
span { border-color: #C12F02; }
span { border-color: rgb(193,47,2); }
td.TdClassName
{
border-color: #C12F02;
}
.TagClassName
{
border-color: #C12F02;
}
</style>