Html Css Color HEX #C93F06 Harley Davidson Orange
📋 copy color: '#C93F06'red 201 ◦ green 63 ◦ blue 6
Shades of Harley Davidson Orange #C93F06
Tints of Harley Davidson Orange #C93F06
RGB
CMYK
RGB Variations
Color information
#C93F06 (or 0xC93F06) is known color: Harley Davidson Orange. HEX triplet: C9, 3F and 06. RGB value is (201,63,6). Sum of RGB (Red+Green+Blue) = 201+63+6=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93F06 is #36C0F9. Grayscale: #626262. Windows color (decimal): -3588346 or 409545. OLE color: 409545.
HSL color Cylindrical-coordinate representation of color #C93F06: hue angle of 17.54º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C93F06 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 6 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.21 |
| HSL | 17.54º | 0.94% | 0.41% | - |
| HSV(B) | 17.54º | 0.97% | 0.79% | - |
| XYZ | 25.9 | 15.99 | 1.89 | - |
| YUV | 97.76 | 76.22 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 6 | 0 | 0.69 | 0.97 | 0.21 | 17.54 | 0.94 | 0.41 |
| Hex | C9 | 3F | 6 | 0 | 45 | 61 | 15 | 12 | 5E | 29 |
| Octal | 311 | 77 | 6 | 0 | 105 | 141 | 25 | 22 | 136 | 51 |
| Binary | 11001001 | 111111 | 110 | 0 | 1000101 | 1100001 | 10101 | 10010 | 1011110 | 101001 |
Color Harmonies of #C93F06
Complementary color
Monochromatic Colors of #C93F06
Black with #C93F06
Text Example
Text Example
White with #C93F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93F06; }
p { color: rgb(201,63,6); }
H1.HeaderClassName
{
color: #C93F06;
}
.AnyTagClassName
{
color: #C93F06;
}
</style>
background-color css
<style>
a { background-color: #C93F06; }
a { background-color: rgb(201,63,6); }
div.DivClassName
{
background-color: #C93F06;
}
.BgClassName
{
background-color: #C93F06;
}
</style>
border-color css
<style>
span { border-color: #C93F06; }
span { border-color: rgb(201,63,6); }
td.TdClassName
{
border-color: #C93F06;
}
.TagClassName
{
border-color: #C93F06;
}
</style>