Html Css Color HEX #C9231B Harley Davidson Orange
📋 copy color: '#C9231B'red 201 ◦ green 35 ◦ blue 27
Shades of Harley Davidson Orange #C9231B
Tints of Harley Davidson Orange #C9231B
RGB
CMYK
RGB Variations
Color information
#C9231B (or 0xC9231B) is known color: Harley Davidson Orange. HEX triplet: C9, 23 and 1B. RGB value is (201,35,27). Sum of RGB (Red+Green+Blue) = 201+35+27=263 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.43% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 201 - color contains mainly: red. Hex color #C9231B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9231B is #36DCE4. Grayscale: #535353. Windows color (decimal): -3595493 or 1778633. OLE color: 1778633.
HSL color Cylindrical-coordinate representation of color #C9231B: hue angle of 2.76º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9231B is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 27 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.21 |
| HSL | 2.76º | 0.76% | 0.45% | - |
| HSV(B) | 2.76º | 0.87% | 0.79% | - |
| XYZ | 24.89 | 13.7 | 2.37 | - |
| YUV | 83.72 | 96 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 27 | 0 | 0.83 | 0.87 | 0.21 | 2.76 | 0.76 | 0.45 |
| Hex | C9 | 23 | 1B | 0 | 53 | 57 | 15 | 3 | 4C | 2D |
| Octal | 311 | 43 | 33 | 0 | 123 | 127 | 25 | 3 | 114 | 55 |
| Binary | 11001001 | 100011 | 11011 | 0 | 1010011 | 1010111 | 10101 | 11 | 1001100 | 101101 |
Color Harmonies of #C9231B
Complementary color
Monochromatic Colors of #C9231B
Black with #C9231B
Text Example
Text Example
White with #C9231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9231B; }
p { color: rgb(201,35,27); }
H1.HeaderClassName
{
color: #C9231B;
}
.AnyTagClassName
{
color: #C9231B;
}
</style>
background-color css
<style>
a { background-color: #C9231B; }
a { background-color: rgb(201,35,27); }
div.DivClassName
{
background-color: #C9231B;
}
.BgClassName
{
background-color: #C9231B;
}
</style>
border-color css
<style>
span { border-color: #C9231B; }
span { border-color: rgb(201,35,27); }
td.TdClassName
{
border-color: #C9231B;
}
.TagClassName
{
border-color: #C9231B;
}
</style>