Html Css Color HEX #C4250B Harley Davidson Orange
📋 copy color: '#C4250B'red 196 ◦ green 37 ◦ blue 11
Shades of Harley Davidson Orange #C4250B
Tints of Harley Davidson Orange #C4250B
RGB
CMYK
RGB Variations
Color information
#C4250B (or 0xC4250B) is known color: Harley Davidson Orange. HEX triplet: C4, 25 and 0B. RGB value is (196,37,11). Sum of RGB (Red+Green+Blue) = 196+37+11=244 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.33% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 196 - color contains mainly: red. Hex color #C4250B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4250B is #3BDAF4. Grayscale: #515151. Windows color (decimal): -3922677 or 730564. OLE color: 730564.
HSL color Cylindrical-coordinate representation of color #C4250B: hue angle of 8.43º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4250B is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 11 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.23 |
| HSL | 8.43º | 0.89% | 0.41% | - |
| HSV(B) | 8.43º | 0.94% | 0.77% | - |
| XYZ | 23.49 | 13.08 | 1.6 | - |
| YUV | 81.58 | 88.18 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 11 | 0 | 0.81 | 0.94 | 0.23 | 8.43 | 0.89 | 0.41 |
| Hex | C4 | 25 | B | 0 | 51 | 5E | 17 | 8 | 59 | 29 |
| Octal | 304 | 45 | 13 | 0 | 121 | 136 | 27 | 10 | 131 | 51 |
| Binary | 11000100 | 100101 | 1011 | 0 | 1010001 | 1011110 | 10111 | 1000 | 1011001 | 101001 |
Color Harmonies of #C4250B
Complementary color
Monochromatic Colors of #C4250B
Black with #C4250B
Text Example
Text Example
White with #C4250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4250B; }
p { color: rgb(196,37,11); }
H1.HeaderClassName
{
color: #C4250B;
}
.AnyTagClassName
{
color: #C4250B;
}
</style>
background-color css
<style>
a { background-color: #C4250B; }
a { background-color: rgb(196,37,11); }
div.DivClassName
{
background-color: #C4250B;
}
.BgClassName
{
background-color: #C4250B;
}
</style>
border-color css
<style>
span { border-color: #C4250B; }
span { border-color: rgb(196,37,11); }
td.TdClassName
{
border-color: #C4250B;
}
.TagClassName
{
border-color: #C4250B;
}
</style>