Html Css Color HEX #C23C1C Harley Davidson Orange
📋 copy color: '#C23C1C'red 194 ◦ green 60 ◦ blue 28
Shades of Harley Davidson Orange #C23C1C
Tints of Harley Davidson Orange #C23C1C
RGB
CMYK
RGB Variations
Color information
#C23C1C (or 0xC23C1C) is known color: Harley Davidson Orange. HEX triplet: C2, 3C and 1C. RGB value is (194,60,28). Sum of RGB (Red+Green+Blue) = 194+60+28=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23C1C is #3DC3E3. Grayscale: #606060. Windows color (decimal): -4047844 or 1850562. OLE color: 1850562.
HSL color Cylindrical-coordinate representation of color #C23C1C: hue angle of 11.57º 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 #C23C1C is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 28 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.24 |
| HSL | 11.57º | 0.75% | 0.44% | - |
| HSV(B) | 11.57º | 0.86% | 0.76% | - |
| XYZ | 24.07 | 14.78 | 2.68 | - |
| YUV | 96.42 | 89.39 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 28 | 0 | 0.69 | 0.86 | 0.24 | 11.57 | 0.75 | 0.44 |
| Hex | C2 | 3C | 1C | 0 | 45 | 56 | 18 | C | 4B | 2C |
| Octal | 302 | 74 | 34 | 0 | 105 | 126 | 30 | 14 | 113 | 54 |
| Binary | 11000010 | 111100 | 11100 | 0 | 1000101 | 1010110 | 11000 | 1100 | 1001011 | 101100 |
Color Harmonies of #C23C1C
Complementary color
Monochromatic Colors of #C23C1C
Black with #C23C1C
Text Example
Text Example
White with #C23C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C1C; }
p { color: rgb(194,60,28); }
H1.HeaderClassName
{
color: #C23C1C;
}
.AnyTagClassName
{
color: #C23C1C;
}
</style>
background-color css
<style>
a { background-color: #C23C1C; }
a { background-color: rgb(194,60,28); }
div.DivClassName
{
background-color: #C23C1C;
}
.BgClassName
{
background-color: #C23C1C;
}
</style>
border-color css
<style>
span { border-color: #C23C1C; }
span { border-color: rgb(194,60,28); }
td.TdClassName
{
border-color: #C23C1C;
}
.TagClassName
{
border-color: #C23C1C;
}
</style>