Html Css Color HEX #C3411B Harley Davidson Orange
📋 copy color: '#C3411B'red 195 ◦ green 65 ◦ blue 27
Shades of Harley Davidson Orange #C3411B
Tints of Harley Davidson Orange #C3411B
RGB
CMYK
RGB Variations
Color information
#C3411B (or 0xC3411B) is known color: Harley Davidson Orange. HEX triplet: C3, 41 and 1B. RGB value is (195,65,27). Sum of RGB (Red+Green+Blue) = 195+65+27=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C3411B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3411B is #3CBEE4. Grayscale: #636363. Windows color (decimal): -3981029 or 1786307. OLE color: 1786307.
HSL color Cylindrical-coordinate representation of color #C3411B: hue angle of 13.57º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3411B is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 27 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.24 |
| HSL | 13.57º | 0.76% | 0.44% | - |
| HSV(B) | 13.57º | 0.86% | 0.76% | - |
| XYZ | 24.59 | 15.46 | 2.73 | - |
| YUV | 99.54 | 87.07 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 27 | 0 | 0.67 | 0.86 | 0.24 | 13.57 | 0.76 | 0.44 |
| Hex | C3 | 41 | 1B | 0 | 43 | 56 | 18 | E | 4C | 2C |
| Octal | 303 | 101 | 33 | 0 | 103 | 126 | 30 | 16 | 114 | 54 |
| Binary | 11000011 | 1000001 | 11011 | 0 | 1000011 | 1010110 | 11000 | 1110 | 1001100 | 101100 |
Color Harmonies of #C3411B
Complementary color
Monochromatic Colors of #C3411B
Black with #C3411B
Text Example
Text Example
White with #C3411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3411B; }
p { color: rgb(195,65,27); }
H1.HeaderClassName
{
color: #C3411B;
}
.AnyTagClassName
{
color: #C3411B;
}
</style>
background-color css
<style>
a { background-color: #C3411B; }
a { background-color: rgb(195,65,27); }
div.DivClassName
{
background-color: #C3411B;
}
.BgClassName
{
background-color: #C3411B;
}
</style>
border-color css
<style>
span { border-color: #C3411B; }
span { border-color: rgb(195,65,27); }
td.TdClassName
{
border-color: #C3411B;
}
.TagClassName
{
border-color: #C3411B;
}
</style>