Html Css Color HEX #C34016 Harley Davidson Orange
📋 copy color: '#C34016'red 195 ◦ green 64 ◦ blue 22
Shades of Harley Davidson Orange #C34016
Tints of Harley Davidson Orange #C34016
RGB
CMYK
RGB Variations
Color information
#C34016 (or 0xC34016) is known color: Harley Davidson Orange. HEX triplet: C3, 40 and 16. RGB value is (195,64,22). Sum of RGB (Red+Green+Blue) = 195+64+22=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C34016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34016 is #3CBFE9. Grayscale: #626262. Windows color (decimal): -3981290 or 1458371. OLE color: 1458371.
HSL color Cylindrical-coordinate representation of color #C34016: hue angle of 14.57º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C34016 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 22 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.24 |
| HSL | 14.57º | 0.8% | 0.43% | - |
| HSV(B) | 14.57º | 0.89% | 0.76% | - |
| XYZ | 24.48 | 15.33 | 2.43 | - |
| YUV | 98.38 | 84.9 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 22 | 0 | 0.67 | 0.89 | 0.24 | 14.57 | 0.8 | 0.43 |
| Hex | C3 | 40 | 16 | 0 | 43 | 59 | 18 | F | 50 | 2B |
| Octal | 303 | 100 | 26 | 0 | 103 | 131 | 30 | 17 | 120 | 53 |
| Binary | 11000011 | 1000000 | 10110 | 0 | 1000011 | 1011001 | 11000 | 1111 | 1010000 | 101011 |
Color Harmonies of #C34016
Complementary color
Monochromatic Colors of #C34016
Black with #C34016
Text Example
Text Example
White with #C34016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34016; }
p { color: rgb(195,64,22); }
H1.HeaderClassName
{
color: #C34016;
}
.AnyTagClassName
{
color: #C34016;
}
</style>
background-color css
<style>
a { background-color: #C34016; }
a { background-color: rgb(195,64,22); }
div.DivClassName
{
background-color: #C34016;
}
.BgClassName
{
background-color: #C34016;
}
</style>
border-color css
<style>
span { border-color: #C34016; }
span { border-color: rgb(195,64,22); }
td.TdClassName
{
border-color: #C34016;
}
.TagClassName
{
border-color: #C34016;
}
</style>