Html Css Color HEX #C0270C Harley Davidson Orange
📋 copy color: '#C0270C'red 192 ◦ green 39 ◦ blue 12
Shades of Harley Davidson Orange #C0270C
Tints of Harley Davidson Orange #C0270C
RGB
CMYK
RGB Variations
Color information
#C0270C (or 0xC0270C) is known color: Harley Davidson Orange. HEX triplet: C0, 27 and 0C. RGB value is (192,39,12). Sum of RGB (Red+Green+Blue) = 192+39+12=243 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.01% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 192 - color contains mainly: red. Hex color #C0270C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0270C is #3FD8F3. Grayscale: #515151. Windows color (decimal): -4184308 or 796608. OLE color: 796608.
HSL color Cylindrical-coordinate representation of color #C0270C: hue angle of 9º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0270C is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 12 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.25 |
| HSL | 9º | 0.88% | 0.4% | - |
| HSV(B) | 9º | 0.94% | 0.75% | - |
| XYZ | 22.53 | 12.68 | 1.61 | - |
| YUV | 81.67 | 88.69 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 12 | 0 | 0.80 | 0.94 | 0.25 | 9 | 0.88 | 0.4 |
| Hex | C0 | 27 | C | 0 | 50 | 5E | 19 | 9 | 58 | 28 |
| Octal | 300 | 47 | 14 | 0 | 120 | 136 | 31 | 11 | 130 | 50 |
| Binary | 11000000 | 100111 | 1100 | 0 | 1010000 | 1011110 | 11001 | 1001 | 1011000 | 101000 |
Color Harmonies of #C0270C
Complementary color
Monochromatic Colors of #C0270C
Black with #C0270C
Text Example
Text Example
White with #C0270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0270C; }
p { color: rgb(192,39,12); }
H1.HeaderClassName
{
color: #C0270C;
}
.AnyTagClassName
{
color: #C0270C;
}
</style>
background-color css
<style>
a { background-color: #C0270C; }
a { background-color: rgb(192,39,12); }
div.DivClassName
{
background-color: #C0270C;
}
.BgClassName
{
background-color: #C0270C;
}
</style>
border-color css
<style>
span { border-color: #C0270C; }
span { border-color: rgb(192,39,12); }
td.TdClassName
{
border-color: #C0270C;
}
.TagClassName
{
border-color: #C0270C;
}
</style>