Html Css Color HEX #C43319 Harley Davidson Orange
📋 copy color: '#C43319'red 196 ◦ green 51 ◦ blue 25
Shades of Harley Davidson Orange #C43319
Tints of Harley Davidson Orange #C43319
RGB
CMYK
RGB Variations
Color information
#C43319 (or 0xC43319) is known color: Harley Davidson Orange. HEX triplet: C4, 33 and 19. RGB value is (196,51,25). Sum of RGB (Red+Green+Blue) = 196+51+25=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C43319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43319 is #3BCCE6. Grayscale: #5B5B5B. Windows color (decimal): -3919079 or 1651652. OLE color: 1651652.
HSL color Cylindrical-coordinate representation of color #C43319: hue angle of 9.12º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C43319 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 25 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.23 |
| HSL | 9.12º | 0.77% | 0.43% | - |
| HSV(B) | 9.12º | 0.87% | 0.77% | - |
| XYZ | 24.12 | 14.17 | 2.38 | - |
| YUV | 91.39 | 90.54 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 25 | 0 | 0.74 | 0.87 | 0.23 | 9.12 | 0.77 | 0.43 |
| Hex | C4 | 33 | 19 | 0 | 4A | 57 | 17 | 9 | 4D | 2B |
| Octal | 304 | 63 | 31 | 0 | 112 | 127 | 27 | 11 | 115 | 53 |
| Binary | 11000100 | 110011 | 11001 | 0 | 1001010 | 1010111 | 10111 | 1001 | 1001101 | 101011 |
Color Harmonies of #C43319
Complementary color
Monochromatic Colors of #C43319
Black with #C43319
Text Example
Text Example
White with #C43319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43319; }
p { color: rgb(196,51,25); }
H1.HeaderClassName
{
color: #C43319;
}
.AnyTagClassName
{
color: #C43319;
}
</style>
background-color css
<style>
a { background-color: #C43319; }
a { background-color: rgb(196,51,25); }
div.DivClassName
{
background-color: #C43319;
}
.BgClassName
{
background-color: #C43319;
}
</style>
border-color css
<style>
span { border-color: #C43319; }
span { border-color: rgb(196,51,25); }
td.TdClassName
{
border-color: #C43319;
}
.TagClassName
{
border-color: #C43319;
}
</style>