Html Css Color HEX #C93422 Harley Davidson Orange
📋 copy color: '#C93422'red 201 ◦ green 52 ◦ blue 34
Shades of Harley Davidson Orange #C93422
Tints of Harley Davidson Orange #C93422
RGB
CMYK
RGB Variations
Color information
#C93422 (or 0xC93422) is known color: Harley Davidson Orange. HEX triplet: C9, 34 and 22. RGB value is (201,52,34). Sum of RGB (Red+Green+Blue) = 201+52+34=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C93422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93422 is #36CBDD. Grayscale: #5E5E5E. Windows color (decimal): -3591134 or 2241737. OLE color: 2241737.
HSL color Cylindrical-coordinate representation of color #C93422: hue angle of 6.47º 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 #C93422 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 34 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.21 |
| HSL | 6.47º | 0.71% | 0.46% | - |
| HSV(B) | 6.47º | 0.83% | 0.79% | - |
| XYZ | 25.6 | 14.99 | 3.06 | - |
| YUV | 94.5 | 93.86 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 34 | 0 | 0.74 | 0.83 | 0.21 | 6.47 | 0.71 | 0.46 |
| Hex | C9 | 34 | 22 | 0 | 4A | 53 | 15 | 6 | 47 | 2E |
| Octal | 311 | 64 | 42 | 0 | 112 | 123 | 25 | 6 | 107 | 56 |
| Binary | 11001001 | 110100 | 100010 | 0 | 1001010 | 1010011 | 10101 | 110 | 1000111 | 101110 |
Color Harmonies of #C93422
Complementary color
Monochromatic Colors of #C93422
Black with #C93422
Text Example
Text Example
White with #C93422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93422; }
p { color: rgb(201,52,34); }
H1.HeaderClassName
{
color: #C93422;
}
.AnyTagClassName
{
color: #C93422;
}
</style>
background-color css
<style>
a { background-color: #C93422; }
a { background-color: rgb(201,52,34); }
div.DivClassName
{
background-color: #C93422;
}
.BgClassName
{
background-color: #C93422;
}
</style>
border-color css
<style>
span { border-color: #C93422; }
span { border-color: rgb(201,52,34); }
td.TdClassName
{
border-color: #C93422;
}
.TagClassName
{
border-color: #C93422;
}
</style>