Html Css Color HEX #C93419 Harley Davidson Orange
📋 copy color: '#C93419'red 201 ◦ green 52 ◦ blue 25
Shades of Harley Davidson Orange #C93419
Tints of Harley Davidson Orange #C93419
RGB
CMYK
RGB Variations
Color information
#C93419 (or 0xC93419) is known color: Harley Davidson Orange. HEX triplet: C9, 34 and 19. RGB value is (201,52,25). Sum of RGB (Red+Green+Blue) = 201+52+25=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C93419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93419 is #36CBE6. Grayscale: #5D5D5D. Windows color (decimal): -3591143 or 1651913. OLE color: 1651913.
HSL color Cylindrical-coordinate representation of color #C93419: hue angle of 9.2º 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 #C93419 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 25 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.21 |
| HSL | 9.2º | 0.78% | 0.44% | - |
| HSV(B) | 9.2º | 0.88% | 0.79% | - |
| XYZ | 25.49 | 14.94 | 2.46 | - |
| YUV | 93.47 | 89.36 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 25 | 0 | 0.74 | 0.88 | 0.21 | 9.2 | 0.78 | 0.44 |
| Hex | C9 | 34 | 19 | 0 | 4A | 58 | 15 | 9 | 4E | 2C |
| Octal | 311 | 64 | 31 | 0 | 112 | 130 | 25 | 11 | 116 | 54 |
| Binary | 11001001 | 110100 | 11001 | 0 | 1001010 | 1011000 | 10101 | 1001 | 1001110 | 101100 |
Color Harmonies of #C93419
Complementary color
Monochromatic Colors of #C93419
Black with #C93419
Text Example
Text Example
White with #C93419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93419; }
p { color: rgb(201,52,25); }
H1.HeaderClassName
{
color: #C93419;
}
.AnyTagClassName
{
color: #C93419;
}
</style>
background-color css
<style>
a { background-color: #C93419; }
a { background-color: rgb(201,52,25); }
div.DivClassName
{
background-color: #C93419;
}
.BgClassName
{
background-color: #C93419;
}
</style>
border-color css
<style>
span { border-color: #C93419; }
span { border-color: rgb(201,52,25); }
td.TdClassName
{
border-color: #C93419;
}
.TagClassName
{
border-color: #C93419;
}
</style>