Html Css Color HEX #C93204 Harley Davidson Orange
📋 copy color: '#C93204'red 201 ◦ green 50 ◦ blue 4
Shades of Harley Davidson Orange #C93204
Tints of Harley Davidson Orange #C93204
RGB
CMYK
RGB Variations
Color information
#C93204 (or 0xC93204) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 04. RGB value is (201,50,4). Sum of RGB (Red+Green+Blue) = 201+50+4=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C93204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93204 is #36CDFB. Grayscale: #5A5A5A. Windows color (decimal): -3591676 or 275145. OLE color: 275145.
HSL color Cylindrical-coordinate representation of color #C93204: hue angle of 14.01º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C93204 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.21 |
| HSL | 14.01º | 0.96% | 0.4% | - |
| HSV(B) | 14.01º | 0.98% | 0.79% | - |
| XYZ | 25.25 | 14.71 | 1.62 | - |
| YUV | 89.91 | 79.53 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 4 | 0 | 0.75 | 0.98 | 0.21 | 14.01 | 0.96 | 0.4 |
| Hex | C9 | 32 | 4 | 0 | 4B | 62 | 15 | E | 60 | 28 |
| Octal | 311 | 62 | 4 | 0 | 113 | 142 | 25 | 16 | 140 | 50 |
| Binary | 11001001 | 110010 | 100 | 0 | 1001011 | 1100010 | 10101 | 1110 | 1100000 | 101000 |
Color Harmonies of #C93204
Complementary color
Monochromatic Colors of #C93204
Black with #C93204
Text Example
Text Example
White with #C93204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93204; }
p { color: rgb(201,50,4); }
H1.HeaderClassName
{
color: #C93204;
}
.AnyTagClassName
{
color: #C93204;
}
</style>
background-color css
<style>
a { background-color: #C93204; }
a { background-color: rgb(201,50,4); }
div.DivClassName
{
background-color: #C93204;
}
.BgClassName
{
background-color: #C93204;
}
</style>
border-color css
<style>
span { border-color: #C93204; }
span { border-color: rgb(201,50,4); }
td.TdClassName
{
border-color: #C93204;
}
.TagClassName
{
border-color: #C93204;
}
</style>