Html Css Color HEX #C3421E Harley Davidson Orange
📋 copy color: '#C3421E'red 195 ◦ green 66 ◦ blue 30
Shades of Harley Davidson Orange #C3421E
Tints of Harley Davidson Orange #C3421E
RGB
CMYK
RGB Variations
Color information
#C3421E (or 0xC3421E) is known color: Harley Davidson Orange. HEX triplet: C3, 42 and 1E. RGB value is (195,66,30). Sum of RGB (Red+Green+Blue) = 195+66+30=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C3421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3421E is #3CBDE1. Grayscale: #646464. Windows color (decimal): -3980770 or 1983171. OLE color: 1983171.
HSL color Cylindrical-coordinate representation of color #C3421E: hue angle of 13.09º degrees, saturation: 0.73, 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 #C3421E is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 30 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.24 |
| HSL | 13.09º | 0.73% | 0.44% | - |
| HSV(B) | 13.09º | 0.85% | 0.76% | - |
| XYZ | 24.69 | 15.59 | 2.94 | - |
| YUV | 100.47 | 88.24 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 30 | 0 | 0.66 | 0.85 | 0.24 | 13.09 | 0.73 | 0.44 |
| Hex | C3 | 42 | 1E | 0 | 42 | 55 | 18 | D | 49 | 2C |
| Octal | 303 | 102 | 36 | 0 | 102 | 125 | 30 | 15 | 111 | 54 |
| Binary | 11000011 | 1000010 | 11110 | 0 | 1000010 | 1010101 | 11000 | 1101 | 1001001 | 101100 |
Color Harmonies of #C3421E
Complementary color
Monochromatic Colors of #C3421E
Black with #C3421E
Text Example
Text Example
White with #C3421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3421E; }
p { color: rgb(195,66,30); }
H1.HeaderClassName
{
color: #C3421E;
}
.AnyTagClassName
{
color: #C3421E;
}
</style>
background-color css
<style>
a { background-color: #C3421E; }
a { background-color: rgb(195,66,30); }
div.DivClassName
{
background-color: #C3421E;
}
.BgClassName
{
background-color: #C3421E;
}
</style>
border-color css
<style>
span { border-color: #C3421E; }
span { border-color: rgb(195,66,30); }
td.TdClassName
{
border-color: #C3421E;
}
.TagClassName
{
border-color: #C3421E;
}
</style>