Html Css Color HEX #C0270B Harley Davidson Orange
📋 copy color: '#C0270B'red 192 ◦ green 39 ◦ blue 11
Shades of Harley Davidson Orange #C0270B
Tints of Harley Davidson Orange #C0270B
RGB
CMYK
RGB Variations
Color information
#C0270B (or 0xC0270B) is known color: Harley Davidson Orange. HEX triplet: C0, 27 and 0B. RGB value is (192,39,11). Sum of RGB (Red+Green+Blue) = 192+39+11=242 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.34% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 192 - color contains mainly: red. Hex color #C0270B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0270B is #3FD8F4. Grayscale: #515151. Windows color (decimal): -4184309 or 731072. OLE color: 731072.
HSL color Cylindrical-coordinate representation of color #C0270B: hue angle of 9.28º degrees, saturation: 0.89, 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 #C0270B is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 11 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.25 |
| HSL | 9.28º | 0.89% | 0.4% | - |
| HSV(B) | 9.28º | 0.94% | 0.75% | - |
| XYZ | 22.52 | 12.68 | 1.58 | - |
| YUV | 81.56 | 88.19 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 11 | 0 | 0.80 | 0.94 | 0.25 | 9.28 | 0.89 | 0.4 |
| Hex | C0 | 27 | B | 0 | 50 | 5E | 19 | 9 | 59 | 28 |
| Octal | 300 | 47 | 13 | 0 | 120 | 136 | 31 | 11 | 131 | 50 |
| Binary | 11000000 | 100111 | 1011 | 0 | 1010000 | 1011110 | 11001 | 1001 | 1011001 | 101000 |
Color Harmonies of #C0270B
Complementary color
Monochromatic Colors of #C0270B
Black with #C0270B
Text Example
Text Example
White with #C0270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0270B; }
p { color: rgb(192,39,11); }
H1.HeaderClassName
{
color: #C0270B;
}
.AnyTagClassName
{
color: #C0270B;
}
</style>
background-color css
<style>
a { background-color: #C0270B; }
a { background-color: rgb(192,39,11); }
div.DivClassName
{
background-color: #C0270B;
}
.BgClassName
{
background-color: #C0270B;
}
</style>
border-color css
<style>
span { border-color: #C0270B; }
span { border-color: rgb(192,39,11); }
td.TdClassName
{
border-color: #C0270B;
}
.TagClassName
{
border-color: #C0270B;
}
</style>