Html Css Color HEX #C23D1F Harley Davidson Orange
📋 copy color: '#C23D1F'red 194 ◦ green 61 ◦ blue 31
Shades of Harley Davidson Orange #C23D1F
Tints of Harley Davidson Orange #C23D1F
RGB
CMYK
RGB Variations
Color information
#C23D1F (or 0xC23D1F) is known color: Harley Davidson Orange. HEX triplet: C2, 3D and 1F. RGB value is (194,61,31). Sum of RGB (Red+Green+Blue) = 194+61+31=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23D1F is #3DC2E0. Grayscale: #616161. Windows color (decimal): -4047585 or 2047426. OLE color: 2047426.
HSL color Cylindrical-coordinate representation of color #C23D1F: hue angle of 11.04º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C23D1F is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 31 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.24 |
| HSL | 11.04º | 0.72% | 0.44% | - |
| HSV(B) | 11.04º | 0.84% | 0.76% | - |
| XYZ | 24.16 | 14.91 | 2.9 | - |
| YUV | 97.35 | 90.56 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 31 | 0 | 0.69 | 0.84 | 0.24 | 11.04 | 0.72 | 0.44 |
| Hex | C2 | 3D | 1F | 0 | 45 | 54 | 18 | B | 48 | 2C |
| Octal | 302 | 75 | 37 | 0 | 105 | 124 | 30 | 13 | 110 | 54 |
| Binary | 11000010 | 111101 | 11111 | 0 | 1000101 | 1010100 | 11000 | 1011 | 1001000 | 101100 |
Color Harmonies of #C23D1F
Complementary color
Monochromatic Colors of #C23D1F
Black with #C23D1F
Text Example
Text Example
White with #C23D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D1F; }
p { color: rgb(194,61,31); }
H1.HeaderClassName
{
color: #C23D1F;
}
.AnyTagClassName
{
color: #C23D1F;
}
</style>
background-color css
<style>
a { background-color: #C23D1F; }
a { background-color: rgb(194,61,31); }
div.DivClassName
{
background-color: #C23D1F;
}
.BgClassName
{
background-color: #C23D1F;
}
</style>
border-color css
<style>
span { border-color: #C23D1F; }
span { border-color: rgb(194,61,31); }
td.TdClassName
{
border-color: #C23D1F;
}
.TagClassName
{
border-color: #C23D1F;
}
</style>