Html Css Color HEX #C23D21 Harley Davidson Orange
📋 copy color: '#C23D21'red 194 ◦ green 61 ◦ blue 33
Shades of Harley Davidson Orange #C23D21
Tints of Harley Davidson Orange #C23D21
RGB
CMYK
RGB Variations
Color information
#C23D21 (or 0xC23D21) is known color: Harley Davidson Orange. HEX triplet: C2, 3D and 21. RGB value is (194,61,33). Sum of RGB (Red+Green+Blue) = 194+61+33=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23D21 is #3DC2DE. Grayscale: #616161. Windows color (decimal): -4047583 or 2178498. OLE color: 2178498.
HSL color Cylindrical-coordinate representation of color #C23D21: hue angle of 10.43º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C23D21 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 33 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.24 |
| HSL | 10.43º | 0.71% | 0.45% | - |
| HSV(B) | 10.43º | 0.83% | 0.76% | - |
| XYZ | 24.19 | 14.92 | 3.04 | - |
| YUV | 97.58 | 91.56 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 33 | 0 | 0.69 | 0.83 | 0.24 | 10.43 | 0.71 | 0.45 |
| Hex | C2 | 3D | 21 | 0 | 45 | 53 | 18 | A | 47 | 2D |
| Octal | 302 | 75 | 41 | 0 | 105 | 123 | 30 | 12 | 107 | 55 |
| Binary | 11000010 | 111101 | 100001 | 0 | 1000101 | 1010011 | 11000 | 1010 | 1000111 | 101101 |
Color Harmonies of #C23D21
Complementary color
Monochromatic Colors of #C23D21
Black with #C23D21
Text Example
Text Example
White with #C23D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D21; }
p { color: rgb(194,61,33); }
H1.HeaderClassName
{
color: #C23D21;
}
.AnyTagClassName
{
color: #C23D21;
}
</style>
background-color css
<style>
a { background-color: #C23D21; }
a { background-color: rgb(194,61,33); }
div.DivClassName
{
background-color: #C23D21;
}
.BgClassName
{
background-color: #C23D21;
}
</style>
border-color css
<style>
span { border-color: #C23D21; }
span { border-color: rgb(194,61,33); }
td.TdClassName
{
border-color: #C23D21;
}
.TagClassName
{
border-color: #C23D21;
}
</style>