Html Css Color HEX #C23513 Harley Davidson Orange
📋 copy color: '#C23513'red 194 ◦ green 53 ◦ blue 19
Shades of Harley Davidson Orange #C23513
Tints of Harley Davidson Orange #C23513
RGB
CMYK
RGB Variations
Color information
#C23513 (or 0xC23513) is known color: Harley Davidson Orange. HEX triplet: C2, 35 and 13. RGB value is (194,53,19). Sum of RGB (Red+Green+Blue) = 194+53+19=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C23513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23513 is #3DCAEC. Grayscale: #5B5B5B. Windows color (decimal): -4049645 or 1258946. OLE color: 1258946.
HSL color Cylindrical-coordinate representation of color #C23513: hue angle of 11.66º 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 #C23513 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 19 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.24 |
| HSL | 11.66º | 0.82% | 0.42% | - |
| HSV(B) | 11.66º | 0.9% | 0.76% | - |
| XYZ | 23.64 | 14.06 | 2.08 | - |
| YUV | 91.28 | 87.21 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 19 | 0 | 0.73 | 0.90 | 0.24 | 11.66 | 0.82 | 0.42 |
| Hex | C2 | 35 | 13 | 0 | 49 | 5A | 18 | C | 52 | 2A |
| Octal | 302 | 65 | 23 | 0 | 111 | 132 | 30 | 14 | 122 | 52 |
| Binary | 11000010 | 110101 | 10011 | 0 | 1001001 | 1011010 | 11000 | 1100 | 1010010 | 101010 |
Color Harmonies of #C23513
Complementary color
Monochromatic Colors of #C23513
Black with #C23513
Text Example
Text Example
White with #C23513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23513; }
p { color: rgb(194,53,19); }
H1.HeaderClassName
{
color: #C23513;
}
.AnyTagClassName
{
color: #C23513;
}
</style>
background-color css
<style>
a { background-color: #C23513; }
a { background-color: rgb(194,53,19); }
div.DivClassName
{
background-color: #C23513;
}
.BgClassName
{
background-color: #C23513;
}
</style>
border-color css
<style>
span { border-color: #C23513; }
span { border-color: rgb(194,53,19); }
td.TdClassName
{
border-color: #C23513;
}
.TagClassName
{
border-color: #C23513;
}
</style>