Html Css Color HEX #C93D21 Harley Davidson Orange
📋 copy color: '#C93D21'red 201 ◦ green 61 ◦ blue 33
Shades of Harley Davidson Orange #C93D21
Tints of Harley Davidson Orange #C93D21
RGB
CMYK
RGB Variations
Color information
#C93D21 (or 0xC93D21) is known color: Harley Davidson Orange. HEX triplet: C9, 3D and 21. RGB value is (201,61,33). Sum of RGB (Red+Green+Blue) = 201+61+33=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93D21 is #36C2DE. Grayscale: #636363. Windows color (decimal): -3588831 or 2178505. OLE color: 2178505.
HSL color Cylindrical-coordinate representation of color #C93D21: hue angle of 10º 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 #C93D21 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 33 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.21 |
| HSL | 10º | 0.72% | 0.46% | - |
| HSV(B) | 10º | 0.84% | 0.79% | - |
| XYZ | 26.03 | 15.86 | 3.13 | - |
| YUV | 99.67 | 90.38 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 33 | 0 | 0.70 | 0.84 | 0.21 | 10 | 0.72 | 0.46 |
| Hex | C9 | 3D | 21 | 0 | 46 | 54 | 15 | A | 48 | 2E |
| Octal | 311 | 75 | 41 | 0 | 106 | 124 | 25 | 12 | 110 | 56 |
| Binary | 11001001 | 111101 | 100001 | 0 | 1000110 | 1010100 | 10101 | 1010 | 1001000 | 101110 |
Color Harmonies of #C93D21
Complementary color
Monochromatic Colors of #C93D21
Black with #C93D21
Text Example
Text Example
White with #C93D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D21; }
p { color: rgb(201,61,33); }
H1.HeaderClassName
{
color: #C93D21;
}
.AnyTagClassName
{
color: #C93D21;
}
</style>
background-color css
<style>
a { background-color: #C93D21; }
a { background-color: rgb(201,61,33); }
div.DivClassName
{
background-color: #C93D21;
}
.BgClassName
{
background-color: #C93D21;
}
</style>
border-color css
<style>
span { border-color: #C93D21; }
span { border-color: rgb(201,61,33); }
td.TdClassName
{
border-color: #C93D21;
}
.TagClassName
{
border-color: #C93D21;
}
</style>