Html Css Color HEX #C93403 Harley Davidson Orange
📋 copy color: '#C93403'red 201 ◦ green 52 ◦ blue 3
Shades of Harley Davidson Orange #C93403
Tints of Harley Davidson Orange #C93403
RGB
CMYK
RGB Variations
Color information
#C93403 (or 0xC93403) is known color: Harley Davidson Orange. HEX triplet: C9, 34 and 03. RGB value is (201,52,3). Sum of RGB (Red+Green+Blue) = 201+52+3=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C93403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93403 is #36CBFC. Grayscale: #5B5B5B. Windows color (decimal): -3591165 or 210121. OLE color: 210121.
HSL color Cylindrical-coordinate representation of color #C93403: hue angle of 14.85º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C93403 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 3 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.21 |
| HSL | 14.85º | 0.97% | 0.4% | - |
| HSV(B) | 14.85º | 0.99% | 0.79% | - |
| XYZ | 25.33 | 14.88 | 1.62 | - |
| YUV | 90.97 | 78.36 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 3 | 0 | 0.74 | 0.99 | 0.21 | 14.85 | 0.97 | 0.4 |
| Hex | C9 | 34 | 3 | 0 | 4A | 63 | 15 | F | 61 | 28 |
| Octal | 311 | 64 | 3 | 0 | 112 | 143 | 25 | 17 | 141 | 50 |
| Binary | 11001001 | 110100 | 11 | 0 | 1001010 | 1100011 | 10101 | 1111 | 1100001 | 101000 |
Color Harmonies of #C93403
Complementary color
Monochromatic Colors of #C93403
Black with #C93403
Text Example
Text Example
White with #C93403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93403; }
p { color: rgb(201,52,3); }
H1.HeaderClassName
{
color: #C93403;
}
.AnyTagClassName
{
color: #C93403;
}
</style>
background-color css
<style>
a { background-color: #C93403; }
a { background-color: rgb(201,52,3); }
div.DivClassName
{
background-color: #C93403;
}
.BgClassName
{
background-color: #C93403;
}
</style>
border-color css
<style>
span { border-color: #C93403; }
span { border-color: rgb(201,52,3); }
td.TdClassName
{
border-color: #C93403;
}
.TagClassName
{
border-color: #C93403;
}
</style>