Html Css Color HEX #C93F22 Harley Davidson Orange
📋 copy color: '#C93F22'red 201 ◦ green 63 ◦ blue 34
Shades of Harley Davidson Orange #C93F22
Tints of Harley Davidson Orange #C93F22
RGB
CMYK
RGB Variations
Color information
#C93F22 (or 0xC93F22) is known color: Harley Davidson Orange. HEX triplet: C9, 3F and 22. RGB value is (201,63,34). Sum of RGB (Red+Green+Blue) = 201+63+34=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93F22 is #36C0DD. Grayscale: #656565. Windows color (decimal): -3588318 or 2244553. OLE color: 2244553.
HSL color Cylindrical-coordinate representation of color #C93F22: hue angle of 10.42º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C93F22 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 34 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.21 |
| HSL | 10.42º | 0.71% | 0.46% | - |
| HSV(B) | 10.42º | 0.83% | 0.79% | - |
| XYZ | 26.15 | 16.09 | 3.24 | - |
| YUV | 100.96 | 90.22 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 34 | 0 | 0.69 | 0.83 | 0.21 | 10.42 | 0.71 | 0.46 |
| Hex | C9 | 3F | 22 | 0 | 45 | 53 | 15 | A | 47 | 2E |
| Octal | 311 | 77 | 42 | 0 | 105 | 123 | 25 | 12 | 107 | 56 |
| Binary | 11001001 | 111111 | 100010 | 0 | 1000101 | 1010011 | 10101 | 1010 | 1000111 | 101110 |
Color Harmonies of #C93F22
Complementary color
Monochromatic Colors of #C93F22
Black with #C93F22
Text Example
Text Example
White with #C93F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93F22; }
p { color: rgb(201,63,34); }
H1.HeaderClassName
{
color: #C93F22;
}
.AnyTagClassName
{
color: #C93F22;
}
</style>
background-color css
<style>
a { background-color: #C93F22; }
a { background-color: rgb(201,63,34); }
div.DivClassName
{
background-color: #C93F22;
}
.BgClassName
{
background-color: #C93F22;
}
</style>
border-color css
<style>
span { border-color: #C93F22; }
span { border-color: rgb(201,63,34); }
td.TdClassName
{
border-color: #C93F22;
}
.TagClassName
{
border-color: #C93F22;
}
</style>