Html Css Color HEX #C3421D Harley Davidson Orange
📋 copy color: '#C3421D'red 195 ◦ green 66 ◦ blue 29
Shades of Harley Davidson Orange #C3421D
Tints of Harley Davidson Orange #C3421D
RGB
CMYK
RGB Variations
Color information
#C3421D (or 0xC3421D) is known color: Harley Davidson Orange. HEX triplet: C3, 42 and 1D. RGB value is (195,66,29). Sum of RGB (Red+Green+Blue) = 195+66+29=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C3421D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3421D is #3CBDE2. Grayscale: #646464. Windows color (decimal): -3980771 or 1917635. OLE color: 1917635.
HSL color Cylindrical-coordinate representation of color #C3421D: hue angle of 13.37º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3421D is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 29 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.24 |
| HSL | 13.37º | 0.74% | 0.44% | - |
| HSV(B) | 13.37º | 0.85% | 0.76% | - |
| XYZ | 24.68 | 15.59 | 2.87 | - |
| YUV | 100.35 | 87.74 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 29 | 0 | 0.66 | 0.85 | 0.24 | 13.37 | 0.74 | 0.44 |
| Hex | C3 | 42 | 1D | 0 | 42 | 55 | 18 | D | 4A | 2C |
| Octal | 303 | 102 | 35 | 0 | 102 | 125 | 30 | 15 | 112 | 54 |
| Binary | 11000011 | 1000010 | 11101 | 0 | 1000010 | 1010101 | 11000 | 1101 | 1001010 | 101100 |
Color Harmonies of #C3421D
Complementary color
Monochromatic Colors of #C3421D
Black with #C3421D
Text Example
Text Example
White with #C3421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3421D; }
p { color: rgb(195,66,29); }
H1.HeaderClassName
{
color: #C3421D;
}
.AnyTagClassName
{
color: #C3421D;
}
</style>
background-color css
<style>
a { background-color: #C3421D; }
a { background-color: rgb(195,66,29); }
div.DivClassName
{
background-color: #C3421D;
}
.BgClassName
{
background-color: #C3421D;
}
</style>
border-color css
<style>
span { border-color: #C3421D; }
span { border-color: rgb(195,66,29); }
td.TdClassName
{
border-color: #C3421D;
}
.TagClassName
{
border-color: #C3421D;
}
</style>