Html Css Color HEX #C23D1B Harley Davidson Orange
📋 copy color: '#C23D1B'red 194 ◦ green 61 ◦ blue 27
Shades of Harley Davidson Orange #C23D1B
Tints of Harley Davidson Orange #C23D1B
RGB
CMYK
RGB Variations
Color information
#C23D1B (or 0xC23D1B) is known color: Harley Davidson Orange. HEX triplet: C2, 3D and 1B. RGB value is (194,61,27). Sum of RGB (Red+Green+Blue) = 194+61+27=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23D1B is #3DC2E4. Grayscale: #616161. Windows color (decimal): -4047589 or 1785282. OLE color: 1785282.
HSL color Cylindrical-coordinate representation of color #C23D1B: hue angle of 12.22º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C23D1B is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 27 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.24 |
| HSL | 12.22º | 0.76% | 0.43% | - |
| HSV(B) | 12.22º | 0.86% | 0.76% | - |
| XYZ | 24.11 | 14.89 | 2.64 | - |
| YUV | 96.89 | 88.56 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 27 | 0 | 0.69 | 0.86 | 0.24 | 12.22 | 0.76 | 0.43 |
| Hex | C2 | 3D | 1B | 0 | 45 | 56 | 18 | C | 4C | 2B |
| Octal | 302 | 75 | 33 | 0 | 105 | 126 | 30 | 14 | 114 | 53 |
| Binary | 11000010 | 111101 | 11011 | 0 | 1000101 | 1010110 | 11000 | 1100 | 1001100 | 101011 |
Color Harmonies of #C23D1B
Complementary color
Monochromatic Colors of #C23D1B
Black with #C23D1B
Text Example
Text Example
White with #C23D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D1B; }
p { color: rgb(194,61,27); }
H1.HeaderClassName
{
color: #C23D1B;
}
.AnyTagClassName
{
color: #C23D1B;
}
</style>
background-color css
<style>
a { background-color: #C23D1B; }
a { background-color: rgb(194,61,27); }
div.DivClassName
{
background-color: #C23D1B;
}
.BgClassName
{
background-color: #C23D1B;
}
</style>
border-color css
<style>
span { border-color: #C23D1B; }
span { border-color: rgb(194,61,27); }
td.TdClassName
{
border-color: #C23D1B;
}
.TagClassName
{
border-color: #C23D1B;
}
</style>