Html Css Color HEX #C93321 Harley Davidson Orange
📋 copy color: '#C93321'red 201 ◦ green 51 ◦ blue 33
Shades of Harley Davidson Orange #C93321
Tints of Harley Davidson Orange #C93321
RGB
CMYK
RGB Variations
Color information
#C93321 (or 0xC93321) is known color: Harley Davidson Orange. HEX triplet: C9, 33 and 21. RGB value is (201,51,33). Sum of RGB (Red+Green+Blue) = 201+51+33=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C93321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93321 is #36CCDE. Grayscale: #5E5E5E. Windows color (decimal): -3591391 or 2175945. OLE color: 2175945.
HSL color Cylindrical-coordinate representation of color #C93321: hue angle of 6.43º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C93321 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 33 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.21 |
| HSL | 6.43º | 0.72% | 0.46% | - |
| HSV(B) | 6.43º | 0.84% | 0.79% | - |
| XYZ | 25.55 | 14.89 | 2.97 | - |
| YUV | 93.8 | 93.7 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 33 | 0 | 0.75 | 0.84 | 0.21 | 6.43 | 0.72 | 0.46 |
| Hex | C9 | 33 | 21 | 0 | 4B | 54 | 15 | 6 | 48 | 2E |
| Octal | 311 | 63 | 41 | 0 | 113 | 124 | 25 | 6 | 110 | 56 |
| Binary | 11001001 | 110011 | 100001 | 0 | 1001011 | 1010100 | 10101 | 110 | 1001000 | 101110 |
Color Harmonies of #C93321
Complementary color
Monochromatic Colors of #C93321
Black with #C93321
Text Example
Text Example
White with #C93321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93321; }
p { color: rgb(201,51,33); }
H1.HeaderClassName
{
color: #C93321;
}
.AnyTagClassName
{
color: #C93321;
}
</style>
background-color css
<style>
a { background-color: #C93321; }
a { background-color: rgb(201,51,33); }
div.DivClassName
{
background-color: #C93321;
}
.BgClassName
{
background-color: #C93321;
}
</style>
border-color css
<style>
span { border-color: #C93321; }
span { border-color: rgb(201,51,33); }
td.TdClassName
{
border-color: #C93321;
}
.TagClassName
{
border-color: #C93321;
}
</style>