Html Css Color HEX #C23A0C Harley Davidson Orange
📋 copy color: '#C23A0C'red 194 ◦ green 58 ◦ blue 12
Shades of Harley Davidson Orange #C23A0C
Tints of Harley Davidson Orange #C23A0C
RGB
CMYK
RGB Variations
Color information
#C23A0C (or 0xC23A0C) is known color: Harley Davidson Orange. HEX triplet: C2, 3A and 0C. RGB value is (194,58,12). Sum of RGB (Red+Green+Blue) = 194+58+12=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23A0C is #3DC5F3. Grayscale: #5D5D5D. Windows color (decimal): -4048372 or 801474. OLE color: 801474.
HSL color Cylindrical-coordinate representation of color #C23A0C: hue angle of 15.16º degrees, saturation: 0.88, 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 #C23A0C is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 12 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.24 |
| HSL | 15.16º | 0.88% | 0.4% | - |
| HSV(B) | 15.16º | 0.94% | 0.76% | - |
| XYZ | 23.83 | 14.52 | 1.9 | - |
| YUV | 93.42 | 82.06 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 12 | 0 | 0.70 | 0.94 | 0.24 | 15.16 | 0.88 | 0.4 |
| Hex | C2 | 3A | C | 0 | 46 | 5E | 18 | F | 58 | 28 |
| Octal | 302 | 72 | 14 | 0 | 106 | 136 | 30 | 17 | 130 | 50 |
| Binary | 11000010 | 111010 | 1100 | 0 | 1000110 | 1011110 | 11000 | 1111 | 1011000 | 101000 |
Color Harmonies of #C23A0C
Complementary color
Monochromatic Colors of #C23A0C
Black with #C23A0C
Text Example
Text Example
White with #C23A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A0C; }
p { color: rgb(194,58,12); }
H1.HeaderClassName
{
color: #C23A0C;
}
.AnyTagClassName
{
color: #C23A0C;
}
</style>
background-color css
<style>
a { background-color: #C23A0C; }
a { background-color: rgb(194,58,12); }
div.DivClassName
{
background-color: #C23A0C;
}
.BgClassName
{
background-color: #C23A0C;
}
</style>
border-color css
<style>
span { border-color: #C23A0C; }
span { border-color: rgb(194,58,12); }
td.TdClassName
{
border-color: #C23A0C;
}
.TagClassName
{
border-color: #C23A0C;
}
</style>