Html Css Color HEX #C34420 Harley Davidson Orange
📋 copy color: '#C34420'red 195 ◦ green 68 ◦ blue 32
Shades of Harley Davidson Orange #C34420
Tints of Harley Davidson Orange #C34420
RGB
CMYK
RGB Variations
Color information
#C34420 (or 0xC34420) is known color: Harley Davidson Orange. HEX triplet: C3, 44 and 20. RGB value is (195,68,32). Sum of RGB (Red+Green+Blue) = 195+68+32=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C34420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34420 is #3CBBDF. Grayscale: #666666. Windows color (decimal): -3980256 or 2114755. OLE color: 2114755.
HSL color Cylindrical-coordinate representation of color #C34420: hue angle of 13.25º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C34420 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 32 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.24 |
| HSL | 13.25º | 0.72% | 0.45% | - |
| HSV(B) | 13.25º | 0.84% | 0.76% | - |
| XYZ | 24.83 | 15.84 | 3.12 | - |
| YUV | 101.87 | 88.58 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 32 | 0 | 0.65 | 0.84 | 0.24 | 13.25 | 0.72 | 0.45 |
| Hex | C3 | 44 | 20 | 0 | 41 | 54 | 18 | D | 48 | 2D |
| Octal | 303 | 104 | 40 | 0 | 101 | 124 | 30 | 15 | 110 | 55 |
| Binary | 11000011 | 1000100 | 100000 | 0 | 1000001 | 1010100 | 11000 | 1101 | 1001000 | 101101 |
Color Harmonies of #C34420
Complementary color
Monochromatic Colors of #C34420
Black with #C34420
Text Example
Text Example
White with #C34420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34420; }
p { color: rgb(195,68,32); }
H1.HeaderClassName
{
color: #C34420;
}
.AnyTagClassName
{
color: #C34420;
}
</style>
background-color css
<style>
a { background-color: #C34420; }
a { background-color: rgb(195,68,32); }
div.DivClassName
{
background-color: #C34420;
}
.BgClassName
{
background-color: #C34420;
}
</style>
border-color css
<style>
span { border-color: #C34420; }
span { border-color: rgb(195,68,32); }
td.TdClassName
{
border-color: #C34420;
}
.TagClassName
{
border-color: #C34420;
}
</style>