Html Css Color HEX #C32807 Harley Davidson Orange
📋 copy color: '#C32807'red 195 ◦ green 40 ◦ blue 7
Shades of Harley Davidson Orange #C32807
Tints of Harley Davidson Orange #C32807
RGB
CMYK
RGB Variations
Color information
#C32807 (or 0xC32807) is known color: Harley Davidson Orange. HEX triplet: C3, 28 and 07. RGB value is (195,40,7). Sum of RGB (Red+Green+Blue) = 195+40+7=242 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.58% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 195 - color contains mainly: red. Hex color #C32807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32807 is #3CD7F8. Grayscale: #525252. Windows color (decimal): -3987449 or 469187. OLE color: 469187.
HSL color Cylindrical-coordinate representation of color #C32807: hue angle of 10.53º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C32807 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 7 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.24 |
| HSL | 10.53º | 0.93% | 0.4% | - |
| HSV(B) | 10.53º | 0.96% | 0.76% | - |
| XYZ | 23.3 | 13.14 | 1.51 | - |
| YUV | 82.58 | 85.35 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 7 | 0 | 0.79 | 0.96 | 0.24 | 10.53 | 0.93 | 0.4 |
| Hex | C3 | 28 | 7 | 0 | 4F | 60 | 18 | B | 5D | 28 |
| Octal | 303 | 50 | 7 | 0 | 117 | 140 | 30 | 13 | 135 | 50 |
| Binary | 11000011 | 101000 | 111 | 0 | 1001111 | 1100000 | 11000 | 1011 | 1011101 | 101000 |
Color Harmonies of #C32807
Complementary color
Monochromatic Colors of #C32807
Black with #C32807
Text Example
Text Example
White with #C32807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32807; }
p { color: rgb(195,40,7); }
H1.HeaderClassName
{
color: #C32807;
}
.AnyTagClassName
{
color: #C32807;
}
</style>
background-color css
<style>
a { background-color: #C32807; }
a { background-color: rgb(195,40,7); }
div.DivClassName
{
background-color: #C32807;
}
.BgClassName
{
background-color: #C32807;
}
</style>
border-color css
<style>
span { border-color: #C32807; }
span { border-color: rgb(195,40,7); }
td.TdClassName
{
border-color: #C32807;
}
.TagClassName
{
border-color: #C32807;
}
</style>