Html Css Color HEX #C3431E Harley Davidson Orange
📋 copy color: '#C3431E'red 195 ◦ green 67 ◦ blue 30
Shades of Harley Davidson Orange #C3431E
Tints of Harley Davidson Orange #C3431E
RGB
CMYK
RGB Variations
Color information
#C3431E (or 0xC3431E) is known color: Harley Davidson Orange. HEX triplet: C3, 43 and 1E. RGB value is (195,67,30). Sum of RGB (Red+Green+Blue) = 195+67+30=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C3431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3431E is #3CBCE1. Grayscale: #656565. Windows color (decimal): -3980514 or 1983427. OLE color: 1983427.
HSL color Cylindrical-coordinate representation of color #C3431E: hue angle of 13.45º 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 #C3431E is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 30 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.24 |
| HSL | 13.45º | 0.73% | 0.44% | - |
| HSV(B) | 13.45º | 0.85% | 0.76% | - |
| XYZ | 24.75 | 15.71 | 2.96 | - |
| YUV | 101.05 | 87.91 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 30 | 0 | 0.66 | 0.85 | 0.24 | 13.45 | 0.73 | 0.44 |
| Hex | C3 | 43 | 1E | 0 | 42 | 55 | 18 | D | 49 | 2C |
| Octal | 303 | 103 | 36 | 0 | 102 | 125 | 30 | 15 | 111 | 54 |
| Binary | 11000011 | 1000011 | 11110 | 0 | 1000010 | 1010101 | 11000 | 1101 | 1001001 | 101100 |
Color Harmonies of #C3431E
Complementary color
Monochromatic Colors of #C3431E
Black with #C3431E
Text Example
Text Example
White with #C3431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3431E; }
p { color: rgb(195,67,30); }
H1.HeaderClassName
{
color: #C3431E;
}
.AnyTagClassName
{
color: #C3431E;
}
</style>
background-color css
<style>
a { background-color: #C3431E; }
a { background-color: rgb(195,67,30); }
div.DivClassName
{
background-color: #C3431E;
}
.BgClassName
{
background-color: #C3431E;
}
</style>
border-color css
<style>
span { border-color: #C3431E; }
span { border-color: rgb(195,67,30); }
td.TdClassName
{
border-color: #C3431E;
}
.TagClassName
{
border-color: #C3431E;
}
</style>