Html Css Color HEX #C3250B Harley Davidson Orange
📋 copy color: '#C3250B'red 195 ◦ green 37 ◦ blue 11
Shades of Harley Davidson Orange #C3250B
Tints of Harley Davidson Orange #C3250B
RGB
CMYK
RGB Variations
Color information
#C3250B (or 0xC3250B) is known color: Harley Davidson Orange. HEX triplet: C3, 25 and 0B. RGB value is (195,37,11). Sum of RGB (Red+Green+Blue) = 195+37+11=243 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.25% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 195 - color contains mainly: red. Hex color #C3250B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3250B is #3CDAF4. Grayscale: #515151. Windows color (decimal): -3988213 or 730563. OLE color: 730563.
HSL color Cylindrical-coordinate representation of color #C3250B: hue angle of 8.48º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3250B is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 11 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.24 |
| HSL | 8.48º | 0.89% | 0.4% | - |
| HSV(B) | 8.48º | 0.94% | 0.76% | - |
| XYZ | 23.23 | 12.95 | 1.59 | - |
| YUV | 81.28 | 88.35 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 11 | 0 | 0.81 | 0.94 | 0.24 | 8.48 | 0.89 | 0.4 |
| Hex | C3 | 25 | B | 0 | 51 | 5E | 18 | 8 | 59 | 28 |
| Octal | 303 | 45 | 13 | 0 | 121 | 136 | 30 | 10 | 131 | 50 |
| Binary | 11000011 | 100101 | 1011 | 0 | 1010001 | 1011110 | 11000 | 1000 | 1011001 | 101000 |
Color Harmonies of #C3250B
Complementary color
Monochromatic Colors of #C3250B
Black with #C3250B
Text Example
Text Example
White with #C3250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3250B; }
p { color: rgb(195,37,11); }
H1.HeaderClassName
{
color: #C3250B;
}
.AnyTagClassName
{
color: #C3250B;
}
</style>
background-color css
<style>
a { background-color: #C3250B; }
a { background-color: rgb(195,37,11); }
div.DivClassName
{
background-color: #C3250B;
}
.BgClassName
{
background-color: #C3250B;
}
</style>
border-color css
<style>
span { border-color: #C3250B; }
span { border-color: rgb(195,37,11); }
td.TdClassName
{
border-color: #C3250B;
}
.TagClassName
{
border-color: #C3250B;
}
</style>