Html Css Color HEX #C23613 Harley Davidson Orange
📋 copy color: '#C23613'red 194 ◦ green 54 ◦ blue 19
Shades of Harley Davidson Orange #C23613
Tints of Harley Davidson Orange #C23613
RGB
CMYK
RGB Variations
Color information
#C23613 (or 0xC23613) is known color: Harley Davidson Orange. HEX triplet: C2, 36 and 13. RGB value is (194,54,19). Sum of RGB (Red+Green+Blue) = 194+54+19=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C23613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23613 is #3DC9EC. Grayscale: #5C5C5C. Windows color (decimal): -4049389 or 1259202. OLE color: 1259202.
HSL color Cylindrical-coordinate representation of color #C23613: hue angle of 12º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C23613 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 19 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.24 |
| HSL | 12º | 0.82% | 0.42% | - |
| HSV(B) | 12º | 0.9% | 0.76% | - |
| XYZ | 23.68 | 14.15 | 2.1 | - |
| YUV | 91.87 | 86.88 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 19 | 0 | 0.72 | 0.90 | 0.24 | 12 | 0.82 | 0.42 |
| Hex | C2 | 36 | 13 | 0 | 48 | 5A | 18 | C | 52 | 2A |
| Octal | 302 | 66 | 23 | 0 | 110 | 132 | 30 | 14 | 122 | 52 |
| Binary | 11000010 | 110110 | 10011 | 0 | 1001000 | 1011010 | 11000 | 1100 | 1010010 | 101010 |
Color Harmonies of #C23613
Complementary color
Monochromatic Colors of #C23613
Black with #C23613
Text Example
Text Example
White with #C23613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23613; }
p { color: rgb(194,54,19); }
H1.HeaderClassName
{
color: #C23613;
}
.AnyTagClassName
{
color: #C23613;
}
</style>
background-color css
<style>
a { background-color: #C23613; }
a { background-color: rgb(194,54,19); }
div.DivClassName
{
background-color: #C23613;
}
.BgClassName
{
background-color: #C23613;
}
</style>
border-color css
<style>
span { border-color: #C23613; }
span { border-color: rgb(194,54,19); }
td.TdClassName
{
border-color: #C23613;
}
.TagClassName
{
border-color: #C23613;
}
</style>