Html Css Color HEX #C3250C Harley Davidson Orange
📋 copy color: '#C3250C'red 195 ◦ green 37 ◦ blue 12
Shades of Harley Davidson Orange #C3250C
Tints of Harley Davidson Orange #C3250C
RGB
CMYK
RGB Variations
Color information
#C3250C (or 0xC3250C) is known color: Harley Davidson Orange. HEX triplet: C3, 25 and 0C. RGB value is (195,37,12). Sum of RGB (Red+Green+Blue) = 195+37+12=244 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.92% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 195 - color contains mainly: red. Hex color #C3250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3250C is #3CDAF3. Grayscale: #515151. Windows color (decimal): -3988212 or 796099. OLE color: 796099.
HSL color Cylindrical-coordinate representation of color #C3250C: hue angle of 8.2º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3250C is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 12 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.24 |
| HSL | 8.2º | 0.88% | 0.41% | - |
| HSV(B) | 8.2º | 0.94% | 0.76% | - |
| XYZ | 23.23 | 12.95 | 1.62 | - |
| YUV | 81.39 | 88.85 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 12 | 0 | 0.81 | 0.94 | 0.24 | 8.2 | 0.88 | 0.41 |
| Hex | C3 | 25 | C | 0 | 51 | 5E | 18 | 8 | 58 | 29 |
| Octal | 303 | 45 | 14 | 0 | 121 | 136 | 30 | 10 | 130 | 51 |
| Binary | 11000011 | 100101 | 1100 | 0 | 1010001 | 1011110 | 11000 | 1000 | 1011000 | 101001 |
Color Harmonies of #C3250C
Complementary color
Monochromatic Colors of #C3250C
Black with #C3250C
Text Example
Text Example
White with #C3250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3250C; }
p { color: rgb(195,37,12); }
H1.HeaderClassName
{
color: #C3250C;
}
.AnyTagClassName
{
color: #C3250C;
}
</style>
background-color css
<style>
a { background-color: #C3250C; }
a { background-color: rgb(195,37,12); }
div.DivClassName
{
background-color: #C3250C;
}
.BgClassName
{
background-color: #C3250C;
}
</style>
border-color css
<style>
span { border-color: #C3250C; }
span { border-color: rgb(195,37,12); }
td.TdClassName
{
border-color: #C3250C;
}
.TagClassName
{
border-color: #C3250C;
}
</style>