Html Css Color HEX #C93E22 Harley Davidson Orange
📋 copy color: '#C93E22'red 201 ◦ green 62 ◦ blue 34
Shades of Harley Davidson Orange #C93E22
Tints of Harley Davidson Orange #C93E22
RGB
CMYK
RGB Variations
Color information
#C93E22 (or 0xC93E22) is known color: Harley Davidson Orange. HEX triplet: C9, 3E and 22. RGB value is (201,62,34). Sum of RGB (Red+Green+Blue) = 201+62+34=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93E22 is #36C1DD. Grayscale: #646464. Windows color (decimal): -3588574 or 2244297. OLE color: 2244297.
HSL color Cylindrical-coordinate representation of color #C93E22: hue angle of 10.06º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C93E22 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 62 | 34 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.21 |
| HSL | 10.06º | 0.71% | 0.46% | - |
| HSV(B) | 10.06º | 0.83% | 0.79% | - |
| XYZ | 26.1 | 15.98 | 3.22 | - |
| YUV | 100.37 | 90.55 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 34 | 0 | 0.69 | 0.83 | 0.21 | 10.06 | 0.71 | 0.46 |
| Hex | C9 | 3E | 22 | 0 | 45 | 53 | 15 | A | 47 | 2E |
| Octal | 311 | 76 | 42 | 0 | 105 | 123 | 25 | 12 | 107 | 56 |
| Binary | 11001001 | 111110 | 100010 | 0 | 1000101 | 1010011 | 10101 | 1010 | 1000111 | 101110 |
Color Harmonies of #C93E22
Complementary color
Monochromatic Colors of #C93E22
Black with #C93E22
Text Example
Text Example
White with #C93E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93E22; }
p { color: rgb(201,62,34); }
H1.HeaderClassName
{
color: #C93E22;
}
.AnyTagClassName
{
color: #C93E22;
}
</style>
background-color css
<style>
a { background-color: #C93E22; }
a { background-color: rgb(201,62,34); }
div.DivClassName
{
background-color: #C93E22;
}
.BgClassName
{
background-color: #C93E22;
}
</style>
border-color css
<style>
span { border-color: #C93E22; }
span { border-color: rgb(201,62,34); }
td.TdClassName
{
border-color: #C93E22;
}
.TagClassName
{
border-color: #C93E22;
}
</style>