Html Css Color HEX #C23614 Harley Davidson Orange
📋 copy color: '#C23614'red 194 ◦ green 54 ◦ blue 20
Shades of Harley Davidson Orange #C23614
Tints of Harley Davidson Orange #C23614
RGB
CMYK
RGB Variations
Color information
#C23614 (or 0xC23614) is known color: Harley Davidson Orange. HEX triplet: C2, 36 and 14. RGB value is (194,54,20). Sum of RGB (Red+Green+Blue) = 194+54+20=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C23614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23614 is #3DC9EB. Grayscale: #5C5C5C. Windows color (decimal): -4049388 or 1324738. OLE color: 1324738.
HSL color Cylindrical-coordinate representation of color #C23614: hue angle of 11.72º degrees, saturation: 0.81, 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 #C23614 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 20 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.24 |
| HSL | 11.72º | 0.81% | 0.42% | - |
| HSV(B) | 11.72º | 0.9% | 0.76% | - |
| XYZ | 23.69 | 14.16 | 2.15 | - |
| YUV | 91.98 | 87.38 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 20 | 0 | 0.72 | 0.90 | 0.24 | 11.72 | 0.81 | 0.42 |
| Hex | C2 | 36 | 14 | 0 | 48 | 5A | 18 | C | 51 | 2A |
| Octal | 302 | 66 | 24 | 0 | 110 | 132 | 30 | 14 | 121 | 52 |
| Binary | 11000010 | 110110 | 10100 | 0 | 1001000 | 1011010 | 11000 | 1100 | 1010001 | 101010 |
Color Harmonies of #C23614
Complementary color
Monochromatic Colors of #C23614
Black with #C23614
Text Example
Text Example
White with #C23614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23614; }
p { color: rgb(194,54,20); }
H1.HeaderClassName
{
color: #C23614;
}
.AnyTagClassName
{
color: #C23614;
}
</style>
background-color css
<style>
a { background-color: #C23614; }
a { background-color: rgb(194,54,20); }
div.DivClassName
{
background-color: #C23614;
}
.BgClassName
{
background-color: #C23614;
}
</style>
border-color css
<style>
span { border-color: #C23614; }
span { border-color: rgb(194,54,20); }
td.TdClassName
{
border-color: #C23614;
}
.TagClassName
{
border-color: #C23614;
}
</style>