Html Css Color HEX #C23021 Harley Davidson Orange
📋 copy color: '#C23021'red 194 ◦ green 48 ◦ blue 33
Shades of Harley Davidson Orange #C23021
Tints of Harley Davidson Orange #C23021
RGB
CMYK
RGB Variations
Color information
#C23021 (or 0xC23021) is known color: Harley Davidson Orange. HEX triplet: C2, 30 and 21. RGB value is (194,48,33). Sum of RGB (Red+Green+Blue) = 194+48+33=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C23021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23021 is #3DCFDE. Grayscale: #5A5A5A. Windows color (decimal): -4050911 or 2175170. OLE color: 2175170.
HSL color Cylindrical-coordinate representation of color #C23021: hue angle of 5.59º 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 #C23021 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 33 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.24 |
| HSL | 5.59º | 0.71% | 0.45% | - |
| HSV(B) | 5.59º | 0.83% | 0.76% | - |
| XYZ | 23.58 | 13.69 | 2.84 | - |
| YUV | 89.94 | 95.87 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 33 | 0 | 0.75 | 0.83 | 0.24 | 5.59 | 0.71 | 0.45 |
| Hex | C2 | 30 | 21 | 0 | 4B | 53 | 18 | 6 | 47 | 2D |
| Octal | 302 | 60 | 41 | 0 | 113 | 123 | 30 | 6 | 107 | 55 |
| Binary | 11000010 | 110000 | 100001 | 0 | 1001011 | 1010011 | 11000 | 110 | 1000111 | 101101 |
Color Harmonies of #C23021
Complementary color
Monochromatic Colors of #C23021
Black with #C23021
Text Example
Text Example
White with #C23021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23021; }
p { color: rgb(194,48,33); }
H1.HeaderClassName
{
color: #C23021;
}
.AnyTagClassName
{
color: #C23021;
}
</style>
background-color css
<style>
a { background-color: #C23021; }
a { background-color: rgb(194,48,33); }
div.DivClassName
{
background-color: #C23021;
}
.BgClassName
{
background-color: #C23021;
}
</style>
border-color css
<style>
span { border-color: #C23021; }
span { border-color: rgb(194,48,33); }
td.TdClassName
{
border-color: #C23021;
}
.TagClassName
{
border-color: #C23021;
}
</style>