Html Css Color HEX #C1210B Harley Davidson Orange
📋 copy color: '#C1210B'red 193 ◦ green 33 ◦ blue 11
Shades of Harley Davidson Orange #C1210B
Tints of Harley Davidson Orange #C1210B
RGB
CMYK
RGB Variations
Color information
#C1210B (or 0xC1210B) is known color: Harley Davidson Orange. HEX triplet: C1, 21 and 0B. RGB value is (193,33,11). Sum of RGB (Red+Green+Blue) = 193+33+11=237 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.43% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 193 - color contains mainly: red. Hex color #C1210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1210B is #3EDEF4. Grayscale: #4E4E4E. Windows color (decimal): -4120309 or 729537. OLE color: 729537.
HSL color Cylindrical-coordinate representation of color #C1210B: hue angle of 7.25º 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 #C1210B is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 33 | 11 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.24 |
| HSL | 7.25º | 0.89% | 0.4% | - |
| HSV(B) | 7.25º | 0.94% | 0.76% | - |
| XYZ | 22.6 | 12.45 | 1.53 | - |
| YUV | 78.33 | 90.01 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 11 | 0 | 0.83 | 0.94 | 0.24 | 7.25 | 0.89 | 0.4 |
| Hex | C1 | 21 | B | 0 | 53 | 5E | 18 | 7 | 59 | 28 |
| Octal | 301 | 41 | 13 | 0 | 123 | 136 | 30 | 7 | 131 | 50 |
| Binary | 11000001 | 100001 | 1011 | 0 | 1010011 | 1011110 | 11000 | 111 | 1011001 | 101000 |
Color Harmonies of #C1210B
Complementary color
Monochromatic Colors of #C1210B
Black with #C1210B
Text Example
Text Example
White with #C1210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1210B; }
p { color: rgb(193,33,11); }
H1.HeaderClassName
{
color: #C1210B;
}
.AnyTagClassName
{
color: #C1210B;
}
</style>
background-color css
<style>
a { background-color: #C1210B; }
a { background-color: rgb(193,33,11); }
div.DivClassName
{
background-color: #C1210B;
}
.BgClassName
{
background-color: #C1210B;
}
</style>
border-color css
<style>
span { border-color: #C1210B; }
span { border-color: rgb(193,33,11); }
td.TdClassName
{
border-color: #C1210B;
}
.TagClassName
{
border-color: #C1210B;
}
</style>