Html Css Color HEX #C23D22 Harley Davidson Orange
📋 copy color: '#C23D22'red 194 ◦ green 61 ◦ blue 34
Shades of Harley Davidson Orange #C23D22
Tints of Harley Davidson Orange #C23D22
RGB
CMYK
RGB Variations
Color information
#C23D22 (or 0xC23D22) is known color: Harley Davidson Orange. HEX triplet: C2, 3D and 22. RGB value is (194,61,34). Sum of RGB (Red+Green+Blue) = 194+61+34=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23D22 is #3DC2DD. Grayscale: #616161. Windows color (decimal): -4047582 or 2244034. OLE color: 2244034.
HSL color Cylindrical-coordinate representation of color #C23D22: hue angle of 10.12º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C23D22 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 34 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.24 |
| HSL | 10.13º | 0.7% | 0.45% | - |
| HSV(B) | 10.13º | 0.82% | 0.76% | - |
| XYZ | 24.21 | 14.92 | 3.12 | - |
| YUV | 97.69 | 92.06 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 34 | 0 | 0.69 | 0.82 | 0.24 | 10.13 | 0.7 | 0.45 |
| Hex | C2 | 3D | 22 | 0 | 45 | 52 | 18 | A | 46 | 2D |
| Octal | 302 | 75 | 42 | 0 | 105 | 122 | 30 | 12 | 106 | 55 |
| Binary | 11000010 | 111101 | 100010 | 0 | 1000101 | 1010010 | 11000 | 1010 | 1000110 | 101101 |
Color Harmonies of #C23D22
Complementary color
Monochromatic Colors of #C23D22
Black with #C23D22
Text Example
Text Example
White with #C23D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D22; }
p { color: rgb(194,61,34); }
H1.HeaderClassName
{
color: #C23D22;
}
.AnyTagClassName
{
color: #C23D22;
}
</style>
background-color css
<style>
a { background-color: #C23D22; }
a { background-color: rgb(194,61,34); }
div.DivClassName
{
background-color: #C23D22;
}
.BgClassName
{
background-color: #C23D22;
}
</style>
border-color css
<style>
span { border-color: #C23D22; }
span { border-color: rgb(194,61,34); }
td.TdClassName
{
border-color: #C23D22;
}
.TagClassName
{
border-color: #C23D22;
}
</style>