Html Css Color HEX #C23D14 Harley Davidson Orange
📋 copy color: '#C23D14'red 194 ◦ green 61 ◦ blue 20
Shades of Harley Davidson Orange #C23D14
Tints of Harley Davidson Orange #C23D14
RGB
CMYK
RGB Variations
Color information
#C23D14 (or 0xC23D14) is known color: Harley Davidson Orange. HEX triplet: C2, 3D and 14. RGB value is (194,61,20). Sum of RGB (Red+Green+Blue) = 194+61+20=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23D14 is #3DC2EB. Grayscale: #606060. Windows color (decimal): -4047596 or 1326530. OLE color: 1326530.
HSL color Cylindrical-coordinate representation of color #C23D14: hue angle of 14.14º 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 #C23D14 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 20 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.24 |
| HSL | 14.14º | 0.81% | 0.42% | - |
| HSV(B) | 14.14º | 0.9% | 0.76% | - |
| XYZ | 24.04 | 14.86 | 2.26 | - |
| YUV | 96.09 | 85.06 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 20 | 0 | 0.69 | 0.90 | 0.24 | 14.14 | 0.81 | 0.42 |
| Hex | C2 | 3D | 14 | 0 | 45 | 5A | 18 | E | 51 | 2A |
| Octal | 302 | 75 | 24 | 0 | 105 | 132 | 30 | 16 | 121 | 52 |
| Binary | 11000010 | 111101 | 10100 | 0 | 1000101 | 1011010 | 11000 | 1110 | 1010001 | 101010 |
Color Harmonies of #C23D14
Complementary color
Monochromatic Colors of #C23D14
Black with #C23D14
Text Example
Text Example
White with #C23D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D14; }
p { color: rgb(194,61,20); }
H1.HeaderClassName
{
color: #C23D14;
}
.AnyTagClassName
{
color: #C23D14;
}
</style>
background-color css
<style>
a { background-color: #C23D14; }
a { background-color: rgb(194,61,20); }
div.DivClassName
{
background-color: #C23D14;
}
.BgClassName
{
background-color: #C23D14;
}
</style>
border-color css
<style>
span { border-color: #C23D14; }
span { border-color: rgb(194,61,20); }
td.TdClassName
{
border-color: #C23D14;
}
.TagClassName
{
border-color: #C23D14;
}
</style>