Html Css Color HEX #C32E22 Harley Davidson Orange
📋 copy color: '#C32E22'red 195 ◦ green 46 ◦ blue 34
Shades of Harley Davidson Orange #C32E22
Tints of Harley Davidson Orange #C32E22
RGB
CMYK
RGB Variations
Color information
#C32E22 (or 0xC32E22) is known color: Harley Davidson Orange. HEX triplet: C3, 2E and 22. RGB value is (195,46,34). Sum of RGB (Red+Green+Blue) = 195+46+34=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32E22 is #3CD1DD. Grayscale: #595959. Windows color (decimal): -3985886 or 2240195. OLE color: 2240195.
HSL color Cylindrical-coordinate representation of color #C32E22: hue angle of 4.47º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32E22 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 34 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.24 |
| HSL | 4.47º | 0.7% | 0.45% | - |
| HSV(B) | 4.47º | 0.83% | 0.76% | - |
| XYZ | 23.77 | 13.67 | 2.9 | - |
| YUV | 89.18 | 96.86 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 34 | 0 | 0.76 | 0.83 | 0.24 | 4.47 | 0.7 | 0.45 |
| Hex | C3 | 2E | 22 | 0 | 4C | 53 | 18 | 4 | 46 | 2D |
| Octal | 303 | 56 | 42 | 0 | 114 | 123 | 30 | 4 | 106 | 55 |
| Binary | 11000011 | 101110 | 100010 | 0 | 1001100 | 1010011 | 11000 | 100 | 1000110 | 101101 |
Color Harmonies of #C32E22
Complementary color
Monochromatic Colors of #C32E22
Black with #C32E22
Text Example
Text Example
White with #C32E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E22; }
p { color: rgb(195,46,34); }
H1.HeaderClassName
{
color: #C32E22;
}
.AnyTagClassName
{
color: #C32E22;
}
</style>
background-color css
<style>
a { background-color: #C32E22; }
a { background-color: rgb(195,46,34); }
div.DivClassName
{
background-color: #C32E22;
}
.BgClassName
{
background-color: #C32E22;
}
</style>
border-color css
<style>
span { border-color: #C32E22; }
span { border-color: rgb(195,46,34); }
td.TdClassName
{
border-color: #C32E22;
}
.TagClassName
{
border-color: #C32E22;
}
</style>