Html Css Color HEX #C93600 Harley Davidson Orange
📋 copy color: '#C93600'red 201 ◦ green 54 ◦ blue 0
Shades of Harley Davidson Orange #C93600
Tints of Harley Davidson Orange #C93600
RGB
CMYK
RGB Variations
Color information
#C93600 (or 0xC93600) is known color: Harley Davidson Orange. HEX triplet: C9, 36 and 00. RGB value is (201,54,0). Sum of RGB (Red+Green+Blue) = 201+54+0=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C93600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93600 is #36C9FF. Grayscale: #5C5C5C. Windows color (decimal): -3590656 or 14025. OLE color: 14025.
HSL color Cylindrical-coordinate representation of color #C93600: hue angle of 16.12º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C93600 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.21 |
| HSL | 16.12º | 1% | 0.39% | - |
| HSV(B) | 16.12º | 1% | 0.79% | - |
| XYZ | 25.41 | 15.06 | 1.57 | - |
| YUV | 91.8 | 76.2 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 0 | 0 | 0.73 | 1 | 0.21 | 16.12 | 1 | 0.39 |
| Hex | C9 | 36 | 0 | 0 | 49 | 64 | 15 | 10 | 64 | 27 |
| Octal | 311 | 66 | 0 | 0 | 111 | 144 | 25 | 20 | 144 | 47 |
| Binary | 11001001 | 110110 | 0 | 0 | 1001001 | 1100100 | 10101 | 10000 | 1100100 | 100111 |
Color Harmonies of #C93600
Complementary color
Monochromatic Colors of #C93600
Black with #C93600
Text Example
Text Example
White with #C93600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93600; }
p { color: rgb(201,54,0); }
H1.HeaderClassName
{
color: #C93600;
}
.AnyTagClassName
{
color: #C93600;
}
</style>
background-color css
<style>
a { background-color: #C93600; }
a { background-color: rgb(201,54,0); }
div.DivClassName
{
background-color: #C93600;
}
.BgClassName
{
background-color: #C93600;
}
</style>
border-color css
<style>
span { border-color: #C93600; }
span { border-color: rgb(201,54,0); }
td.TdClassName
{
border-color: #C93600;
}
.TagClassName
{
border-color: #C93600;
}
</style>