Html Css Color HEX #C23D1C Harley Davidson Orange
📋 copy color: '#C23D1C'red 194 ◦ green 61 ◦ blue 28
Shades of Harley Davidson Orange #C23D1C
Tints of Harley Davidson Orange #C23D1C
RGB
CMYK
RGB Variations
Color information
#C23D1C (or 0xC23D1C) is known color: Harley Davidson Orange. HEX triplet: C2, 3D and 1C. RGB value is (194,61,28). Sum of RGB (Red+Green+Blue) = 194+61+28=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23D1C is #3DC2E3. Grayscale: #616161. Windows color (decimal): -4047588 or 1850818. OLE color: 1850818.
HSL color Cylindrical-coordinate representation of color #C23D1C: hue angle of 11.93º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C23D1C is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 28 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.24 |
| HSL | 11.93º | 0.75% | 0.44% | - |
| HSV(B) | 11.93º | 0.86% | 0.76% | - |
| XYZ | 24.13 | 14.89 | 2.7 | - |
| YUV | 97.01 | 89.06 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 28 | 0 | 0.69 | 0.86 | 0.24 | 11.93 | 0.75 | 0.44 |
| Hex | C2 | 3D | 1C | 0 | 45 | 56 | 18 | C | 4B | 2C |
| Octal | 302 | 75 | 34 | 0 | 105 | 126 | 30 | 14 | 113 | 54 |
| Binary | 11000010 | 111101 | 11100 | 0 | 1000101 | 1010110 | 11000 | 1100 | 1001011 | 101100 |
Color Harmonies of #C23D1C
Complementary color
Monochromatic Colors of #C23D1C
Black with #C23D1C
Text Example
Text Example
White with #C23D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D1C; }
p { color: rgb(194,61,28); }
H1.HeaderClassName
{
color: #C23D1C;
}
.AnyTagClassName
{
color: #C23D1C;
}
</style>
background-color css
<style>
a { background-color: #C23D1C; }
a { background-color: rgb(194,61,28); }
div.DivClassName
{
background-color: #C23D1C;
}
.BgClassName
{
background-color: #C23D1C;
}
</style>
border-color css
<style>
span { border-color: #C23D1C; }
span { border-color: rgb(194,61,28); }
td.TdClassName
{
border-color: #C23D1C;
}
.TagClassName
{
border-color: #C23D1C;
}
</style>