Html Css Color HEX #C92F1F Harley Davidson Orange
📋 copy color: '#C92F1F'red 201 ◦ green 47 ◦ blue 31
Shades of Harley Davidson Orange #C92F1F
Tints of Harley Davidson Orange #C92F1F
RGB
CMYK
RGB Variations
Color information
#C92F1F (or 0xC92F1F) is known color: Harley Davidson Orange. HEX triplet: C9, 2F and 1F. RGB value is (201,47,31). Sum of RGB (Red+Green+Blue) = 201+47+31=279 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.04% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 201 - color contains mainly: red. Hex color #C92F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92F1F is #36D0E0. Grayscale: #5B5B5B. Windows color (decimal): -3592417 or 2043849. OLE color: 2043849.
HSL color Cylindrical-coordinate representation of color #C92F1F: hue angle of 5.65º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C92F1F is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 47 | 31 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.21 |
| HSL | 5.65º | 0.73% | 0.45% | - |
| HSV(B) | 5.65º | 0.85% | 0.79% | - |
| XYZ | 25.35 | 14.55 | 2.77 | - |
| YUV | 91.22 | 94.02 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 31 | 0 | 0.77 | 0.85 | 0.21 | 5.65 | 0.73 | 0.45 |
| Hex | C9 | 2F | 1F | 0 | 4D | 55 | 15 | 6 | 49 | 2D |
| Octal | 311 | 57 | 37 | 0 | 115 | 125 | 25 | 6 | 111 | 55 |
| Binary | 11001001 | 101111 | 11111 | 0 | 1001101 | 1010101 | 10101 | 110 | 1001001 | 101101 |
Color Harmonies of #C92F1F
Complementary color
Monochromatic Colors of #C92F1F
Black with #C92F1F
Text Example
Text Example
White with #C92F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92F1F; }
p { color: rgb(201,47,31); }
H1.HeaderClassName
{
color: #C92F1F;
}
.AnyTagClassName
{
color: #C92F1F;
}
</style>
background-color css
<style>
a { background-color: #C92F1F; }
a { background-color: rgb(201,47,31); }
div.DivClassName
{
background-color: #C92F1F;
}
.BgClassName
{
background-color: #C92F1F;
}
</style>
border-color css
<style>
span { border-color: #C92F1F; }
span { border-color: rgb(201,47,31); }
td.TdClassName
{
border-color: #C92F1F;
}
.TagClassName
{
border-color: #C92F1F;
}
</style>