Html Css Color HEX #C93822 Harley Davidson Orange
📋 copy color: '#C93822'red 201 ◦ green 56 ◦ blue 34
Shades of Harley Davidson Orange #C93822
Tints of Harley Davidson Orange #C93822
RGB
CMYK
RGB Variations
Color information
#C93822 (or 0xC93822) is known color: Harley Davidson Orange. HEX triplet: C9, 38 and 22. RGB value is (201,56,34). Sum of RGB (Red+Green+Blue) = 201+56+34=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C93822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93822 is #36C7DD. Grayscale: #616161. Windows color (decimal): -3590110 or 2242761. OLE color: 2242761.
HSL color Cylindrical-coordinate representation of color #C93822: hue angle of 7.9º 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 #C93822 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 34 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.21 |
| HSL | 7.9º | 0.71% | 0.46% | - |
| HSV(B) | 7.9º | 0.83% | 0.79% | - |
| XYZ | 25.79 | 15.36 | 3.12 | - |
| YUV | 96.85 | 92.54 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 34 | 0 | 0.72 | 0.83 | 0.21 | 7.9 | 0.71 | 0.46 |
| Hex | C9 | 38 | 22 | 0 | 48 | 53 | 15 | 8 | 47 | 2E |
| Octal | 311 | 70 | 42 | 0 | 110 | 123 | 25 | 10 | 107 | 56 |
| Binary | 11001001 | 111000 | 100010 | 0 | 1001000 | 1010011 | 10101 | 1000 | 1000111 | 101110 |
Color Harmonies of #C93822
Complementary color
Monochromatic Colors of #C93822
Black with #C93822
Text Example
Text Example
White with #C93822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93822; }
p { color: rgb(201,56,34); }
H1.HeaderClassName
{
color: #C93822;
}
.AnyTagClassName
{
color: #C93822;
}
</style>
background-color css
<style>
a { background-color: #C93822; }
a { background-color: rgb(201,56,34); }
div.DivClassName
{
background-color: #C93822;
}
.BgClassName
{
background-color: #C93822;
}
</style>
border-color css
<style>
span { border-color: #C93822; }
span { border-color: rgb(201,56,34); }
td.TdClassName
{
border-color: #C93822;
}
.TagClassName
{
border-color: #C93822;
}
</style>