Html Css Color HEX #C93614 Harley Davidson Orange
📋 copy color: '#C93614'red 201 ◦ green 54 ◦ blue 20
Shades of Harley Davidson Orange #C93614
Tints of Harley Davidson Orange #C93614
RGB
CMYK
RGB Variations
Color information
#C93614 (or 0xC93614) is known color: Harley Davidson Orange. HEX triplet: C9, 36 and 14. RGB value is (201,54,20). Sum of RGB (Red+Green+Blue) = 201+54+20=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C93614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93614 is #36C9EB. Grayscale: #5E5E5E. Windows color (decimal): -3590636 or 1324745. OLE color: 1324745.
HSL color Cylindrical-coordinate representation of color #C93614: hue angle of 11.27º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C93614 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 20 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.21 |
| HSL | 11.27º | 0.82% | 0.43% | - |
| HSV(B) | 11.27º | 0.9% | 0.79% | - |
| XYZ | 25.53 | 15.11 | 2.23 | - |
| YUV | 94.08 | 86.2 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 20 | 0 | 0.73 | 0.90 | 0.21 | 11.27 | 0.82 | 0.43 |
| Hex | C9 | 36 | 14 | 0 | 49 | 5A | 15 | B | 52 | 2B |
| Octal | 311 | 66 | 24 | 0 | 111 | 132 | 25 | 13 | 122 | 53 |
| Binary | 11001001 | 110110 | 10100 | 0 | 1001001 | 1011010 | 10101 | 1011 | 1010010 | 101011 |
Color Harmonies of #C93614
Complementary color
Monochromatic Colors of #C93614
Black with #C93614
Text Example
Text Example
White with #C93614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93614; }
p { color: rgb(201,54,20); }
H1.HeaderClassName
{
color: #C93614;
}
.AnyTagClassName
{
color: #C93614;
}
</style>
background-color css
<style>
a { background-color: #C93614; }
a { background-color: rgb(201,54,20); }
div.DivClassName
{
background-color: #C93614;
}
.BgClassName
{
background-color: #C93614;
}
</style>
border-color css
<style>
span { border-color: #C93614; }
span { border-color: rgb(201,54,20); }
td.TdClassName
{
border-color: #C93614;
}
.TagClassName
{
border-color: #C93614;
}
</style>