Html Css Color HEX #C23A23 Harley Davidson Orange
📋 copy color: '#C23A23'red 194 ◦ green 58 ◦ blue 35
Shades of Harley Davidson Orange #C23A23
Tints of Harley Davidson Orange #C23A23
RGB
CMYK
RGB Variations
Color information
#C23A23 (or 0xC23A23) is known color: Harley Davidson Orange. HEX triplet: C2, 3A and 23. RGB value is (194,58,35). Sum of RGB (Red+Green+Blue) = 194+58+35=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23A23 is #3DC5DC. Grayscale: #606060. Windows color (decimal): -4048349 or 2308802. OLE color: 2308802.
HSL color Cylindrical-coordinate representation of color #C23A23: hue angle of 8.68º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C23A23 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 35 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.24 |
| HSL | 8.68º | 0.69% | 0.45% | - |
| HSV(B) | 8.68º | 0.82% | 0.76% | - |
| XYZ | 24.06 | 14.62 | 3.14 | - |
| YUV | 96.04 | 93.56 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 35 | 0 | 0.70 | 0.82 | 0.24 | 8.68 | 0.69 | 0.45 |
| Hex | C2 | 3A | 23 | 0 | 46 | 52 | 18 | 9 | 45 | 2D |
| Octal | 302 | 72 | 43 | 0 | 106 | 122 | 30 | 11 | 105 | 55 |
| Binary | 11000010 | 111010 | 100011 | 0 | 1000110 | 1010010 | 11000 | 1001 | 1000101 | 101101 |
Color Harmonies of #C23A23
Complementary color
Monochromatic Colors of #C23A23
Black with #C23A23
Text Example
Text Example
White with #C23A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A23; }
p { color: rgb(194,58,35); }
H1.HeaderClassName
{
color: #C23A23;
}
.AnyTagClassName
{
color: #C23A23;
}
</style>
background-color css
<style>
a { background-color: #C23A23; }
a { background-color: rgb(194,58,35); }
div.DivClassName
{
background-color: #C23A23;
}
.BgClassName
{
background-color: #C23A23;
}
</style>
border-color css
<style>
span { border-color: #C23A23; }
span { border-color: rgb(194,58,35); }
td.TdClassName
{
border-color: #C23A23;
}
.TagClassName
{
border-color: #C23A23;
}
</style>