Html Css Color HEX #C4341B Harley Davidson Orange
📋 copy color: '#C4341B'red 196 ◦ green 52 ◦ blue 27
Shades of Harley Davidson Orange #C4341B
Tints of Harley Davidson Orange #C4341B
RGB
CMYK
RGB Variations
Color information
#C4341B (or 0xC4341B) is known color: Harley Davidson Orange. HEX triplet: C4, 34 and 1B. RGB value is (196,52,27). Sum of RGB (Red+Green+Blue) = 196+52+27=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C4341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4341B is #3BCBE4. Grayscale: #5C5C5C. Windows color (decimal): -3918821 or 1782980. OLE color: 1782980.
HSL color Cylindrical-coordinate representation of color #C4341B: hue angle of 8.88º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4341B is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 27 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.23 |
| HSL | 8.88º | 0.76% | 0.44% | - |
| HSV(B) | 8.88º | 0.86% | 0.77% | - |
| XYZ | 24.19 | 14.27 | 2.52 | - |
| YUV | 92.21 | 91.21 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 27 | 0 | 0.73 | 0.86 | 0.23 | 8.88 | 0.76 | 0.44 |
| Hex | C4 | 34 | 1B | 0 | 49 | 56 | 17 | 9 | 4C | 2C |
| Octal | 304 | 64 | 33 | 0 | 111 | 126 | 27 | 11 | 114 | 54 |
| Binary | 11000100 | 110100 | 11011 | 0 | 1001001 | 1010110 | 10111 | 1001 | 1001100 | 101100 |
Color Harmonies of #C4341B
Complementary color
Monochromatic Colors of #C4341B
Black with #C4341B
Text Example
Text Example
White with #C4341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4341B; }
p { color: rgb(196,52,27); }
H1.HeaderClassName
{
color: #C4341B;
}
.AnyTagClassName
{
color: #C4341B;
}
</style>
background-color css
<style>
a { background-color: #C4341B; }
a { background-color: rgb(196,52,27); }
div.DivClassName
{
background-color: #C4341B;
}
.BgClassName
{
background-color: #C4341B;
}
</style>
border-color css
<style>
span { border-color: #C4341B; }
span { border-color: rgb(196,52,27); }
td.TdClassName
{
border-color: #C4341B;
}
.TagClassName
{
border-color: #C4341B;
}
</style>