Html Css Color HEX #C23C1E Harley Davidson Orange
📋 copy color: '#C23C1E'red 194 ◦ green 60 ◦ blue 30
Shades of Harley Davidson Orange #C23C1E
Tints of Harley Davidson Orange #C23C1E
RGB
CMYK
RGB Variations
Color information
#C23C1E (or 0xC23C1E) is known color: Harley Davidson Orange. HEX triplet: C2, 3C and 1E. RGB value is (194,60,30). Sum of RGB (Red+Green+Blue) = 194+60+30=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23C1E is #3DC3E1. Grayscale: #606060. Windows color (decimal): -4047842 or 1981634. OLE color: 1981634.
HSL color Cylindrical-coordinate representation of color #C23C1E: hue angle of 10.98º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C23C1E is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 30 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.24 |
| HSL | 10.98º | 0.73% | 0.44% | - |
| HSV(B) | 10.98º | 0.85% | 0.76% | - |
| XYZ | 24.1 | 14.79 | 2.81 | - |
| YUV | 96.65 | 90.39 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 30 | 0 | 0.69 | 0.85 | 0.24 | 10.98 | 0.73 | 0.44 |
| Hex | C2 | 3C | 1E | 0 | 45 | 55 | 18 | B | 49 | 2C |
| Octal | 302 | 74 | 36 | 0 | 105 | 125 | 30 | 13 | 111 | 54 |
| Binary | 11000010 | 111100 | 11110 | 0 | 1000101 | 1010101 | 11000 | 1011 | 1001001 | 101100 |
Color Harmonies of #C23C1E
Complementary color
Monochromatic Colors of #C23C1E
Black with #C23C1E
Text Example
Text Example
White with #C23C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C1E; }
p { color: rgb(194,60,30); }
H1.HeaderClassName
{
color: #C23C1E;
}
.AnyTagClassName
{
color: #C23C1E;
}
</style>
background-color css
<style>
a { background-color: #C23C1E; }
a { background-color: rgb(194,60,30); }
div.DivClassName
{
background-color: #C23C1E;
}
.BgClassName
{
background-color: #C23C1E;
}
</style>
border-color css
<style>
span { border-color: #C23C1E; }
span { border-color: rgb(194,60,30); }
td.TdClassName
{
border-color: #C23C1E;
}
.TagClassName
{
border-color: #C23C1E;
}
</style>