Html Css Color HEX #C1230B Harley Davidson Orange
📋 copy color: '#C1230B'red 193 ◦ green 35 ◦ blue 11
Shades of Harley Davidson Orange #C1230B
Tints of Harley Davidson Orange #C1230B
RGB
CMYK
RGB Variations
Color information
#C1230B (or 0xC1230B) is known color: Harley Davidson Orange. HEX triplet: C1, 23 and 0B. RGB value is (193,35,11). Sum of RGB (Red+Green+Blue) = 193+35+11=239 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.75% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 193 - color contains mainly: red. Hex color #C1230B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1230B is #3EDCF4. Grayscale: #4F4F4F. Windows color (decimal): -4119797 or 730049. OLE color: 730049.
HSL color Cylindrical-coordinate representation of color #C1230B: hue angle of 7.91º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1230B is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 11 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.24 |
| HSL | 7.91º | 0.89% | 0.4% | - |
| HSV(B) | 7.91º | 0.94% | 0.76% | - |
| XYZ | 22.65 | 12.56 | 1.55 | - |
| YUV | 79.51 | 89.35 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 11 | 0 | 0.82 | 0.94 | 0.24 | 7.91 | 0.89 | 0.4 |
| Hex | C1 | 23 | B | 0 | 52 | 5E | 18 | 8 | 59 | 28 |
| Octal | 301 | 43 | 13 | 0 | 122 | 136 | 30 | 10 | 131 | 50 |
| Binary | 11000001 | 100011 | 1011 | 0 | 1010010 | 1011110 | 11000 | 1000 | 1011001 | 101000 |
Color Harmonies of #C1230B
Complementary color
Monochromatic Colors of #C1230B
Black with #C1230B
Text Example
Text Example
White with #C1230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1230B; }
p { color: rgb(193,35,11); }
H1.HeaderClassName
{
color: #C1230B;
}
.AnyTagClassName
{
color: #C1230B;
}
</style>
background-color css
<style>
a { background-color: #C1230B; }
a { background-color: rgb(193,35,11); }
div.DivClassName
{
background-color: #C1230B;
}
.BgClassName
{
background-color: #C1230B;
}
</style>
border-color css
<style>
span { border-color: #C1230B; }
span { border-color: rgb(193,35,11); }
td.TdClassName
{
border-color: #C1230B;
}
.TagClassName
{
border-color: #C1230B;
}
</style>