Html Css Color HEX #C23A0B Harley Davidson Orange
📋 copy color: '#C23A0B'red 194 ◦ green 58 ◦ blue 11
Shades of Harley Davidson Orange #C23A0B
Tints of Harley Davidson Orange #C23A0B
RGB
CMYK
RGB Variations
Color information
#C23A0B (or 0xC23A0B) is known color: Harley Davidson Orange. HEX triplet: C2, 3A and 0B. RGB value is (194,58,11). Sum of RGB (Red+Green+Blue) = 194+58+11=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23A0B is #3DC5F4. Grayscale: #5D5D5D. Windows color (decimal): -4048373 or 735938. OLE color: 735938.
HSL color Cylindrical-coordinate representation of color #C23A0B: hue angle of 15.41º 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 #C23A0B is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 11 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.24 |
| HSL | 15.41º | 0.89% | 0.4% | - |
| HSV(B) | 15.41º | 0.94% | 0.76% | - |
| XYZ | 23.82 | 14.52 | 1.86 | - |
| YUV | 93.31 | 81.56 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 11 | 0 | 0.70 | 0.94 | 0.24 | 15.41 | 0.89 | 0.4 |
| Hex | C2 | 3A | B | 0 | 46 | 5E | 18 | F | 59 | 28 |
| Octal | 302 | 72 | 13 | 0 | 106 | 136 | 30 | 17 | 131 | 50 |
| Binary | 11000010 | 111010 | 1011 | 0 | 1000110 | 1011110 | 11000 | 1111 | 1011001 | 101000 |
Color Harmonies of #C23A0B
Complementary color
Monochromatic Colors of #C23A0B
Black with #C23A0B
Text Example
Text Example
White with #C23A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A0B; }
p { color: rgb(194,58,11); }
H1.HeaderClassName
{
color: #C23A0B;
}
.AnyTagClassName
{
color: #C23A0B;
}
</style>
background-color css
<style>
a { background-color: #C23A0B; }
a { background-color: rgb(194,58,11); }
div.DivClassName
{
background-color: #C23A0B;
}
.BgClassName
{
background-color: #C23A0B;
}
</style>
border-color css
<style>
span { border-color: #C23A0B; }
span { border-color: rgb(194,58,11); }
td.TdClassName
{
border-color: #C23A0B;
}
.TagClassName
{
border-color: #C23A0B;
}
</style>