Html Css Color HEX #C93219 Harley Davidson Orange
📋 copy color: '#C93219'red 201 ◦ green 50 ◦ blue 25
Shades of Harley Davidson Orange #C93219
Tints of Harley Davidson Orange #C93219
RGB
CMYK
RGB Variations
Color information
#C93219 (or 0xC93219) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 19. RGB value is (201,50,25). Sum of RGB (Red+Green+Blue) = 201+50+25=276 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.83% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 201 - color contains mainly: red. Hex color #C93219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93219 is #36CDE6. Grayscale: #5C5C5C. Windows color (decimal): -3591655 or 1651401. OLE color: 1651401.
HSL color Cylindrical-coordinate representation of color #C93219: hue angle of 8.52º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C93219 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 25 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.21 |
| HSL | 8.52º | 0.78% | 0.44% | - |
| HSV(B) | 8.52º | 0.88% | 0.79% | - |
| XYZ | 25.4 | 14.77 | 2.43 | - |
| YUV | 92.3 | 90.03 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 25 | 0 | 0.75 | 0.88 | 0.21 | 8.52 | 0.78 | 0.44 |
| Hex | C9 | 32 | 19 | 0 | 4B | 58 | 15 | 9 | 4E | 2C |
| Octal | 311 | 62 | 31 | 0 | 113 | 130 | 25 | 11 | 116 | 54 |
| Binary | 11001001 | 110010 | 11001 | 0 | 1001011 | 1011000 | 10101 | 1001 | 1001110 | 101100 |
Color Harmonies of #C93219
Complementary color
Monochromatic Colors of #C93219
Black with #C93219
Text Example
Text Example
White with #C93219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93219; }
p { color: rgb(201,50,25); }
H1.HeaderClassName
{
color: #C93219;
}
.AnyTagClassName
{
color: #C93219;
}
</style>
background-color css
<style>
a { background-color: #C93219; }
a { background-color: rgb(201,50,25); }
div.DivClassName
{
background-color: #C93219;
}
.BgClassName
{
background-color: #C93219;
}
</style>
border-color css
<style>
span { border-color: #C93219; }
span { border-color: rgb(201,50,25); }
td.TdClassName
{
border-color: #C93219;
}
.TagClassName
{
border-color: #C93219;
}
</style>