Html Css Color HEX #C32407 Harley Davidson Orange
📋 copy color: '#C32407'red 195 ◦ green 36 ◦ blue 7
Shades of Harley Davidson Orange #C32407
Tints of Harley Davidson Orange #C32407
RGB
CMYK
RGB Variations
Color information
#C32407 (or 0xC32407) is known color: Harley Davidson Orange. HEX triplet: C3, 24 and 07. RGB value is (195,36,7). Sum of RGB (Red+Green+Blue) = 195+36+7=238 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.93% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 195 - color contains mainly: red. Hex color #C32407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32407 is #3CDBF8. Grayscale: #505050. Windows color (decimal): -3988473 or 468163. OLE color: 468163.
HSL color Cylindrical-coordinate representation of color #C32407: hue angle of 9.26º 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 #C32407 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 7 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.24 |
| HSL | 9.26º | 0.93% | 0.4% | - |
| HSV(B) | 9.26º | 0.96% | 0.76% | - |
| XYZ | 23.17 | 12.88 | 1.47 | - |
| YUV | 80.24 | 86.68 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 7 | 0 | 0.82 | 0.96 | 0.24 | 9.26 | 0.93 | 0.4 |
| Hex | C3 | 24 | 7 | 0 | 52 | 60 | 18 | 9 | 5D | 28 |
| Octal | 303 | 44 | 7 | 0 | 122 | 140 | 30 | 11 | 135 | 50 |
| Binary | 11000011 | 100100 | 111 | 0 | 1010010 | 1100000 | 11000 | 1001 | 1011101 | 101000 |
Color Harmonies of #C32407
Complementary color
Monochromatic Colors of #C32407
Black with #C32407
Text Example
Text Example
White with #C32407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32407; }
p { color: rgb(195,36,7); }
H1.HeaderClassName
{
color: #C32407;
}
.AnyTagClassName
{
color: #C32407;
}
</style>
background-color css
<style>
a { background-color: #C32407; }
a { background-color: rgb(195,36,7); }
div.DivClassName
{
background-color: #C32407;
}
.BgClassName
{
background-color: #C32407;
}
</style>
border-color css
<style>
span { border-color: #C32407; }
span { border-color: rgb(195,36,7); }
td.TdClassName
{
border-color: #C32407;
}
.TagClassName
{
border-color: #C32407;
}
</style>