Html Css Color HEX #C43F17 Harley Davidson Orange
📋 copy color: '#C43F17'red 196 ◦ green 63 ◦ blue 23
Shades of Harley Davidson Orange #C43F17
Tints of Harley Davidson Orange #C43F17
RGB
CMYK
RGB Variations
Color information
#C43F17 (or 0xC43F17) is known color: Harley Davidson Orange. HEX triplet: C4, 3F and 17. RGB value is (196,63,23). Sum of RGB (Red+Green+Blue) = 196+63+23=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43F17 is #3BC0E8. Grayscale: #626262. Windows color (decimal): -3916009 or 1523652. OLE color: 1523652.
HSL color Cylindrical-coordinate representation of color #C43F17: hue angle of 13.87º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C43F17 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 63 | 23 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.23 |
| HSL | 13.87º | 0.79% | 0.43% | - |
| HSV(B) | 13.87º | 0.88% | 0.77% | - |
| XYZ | 24.7 | 15.35 | 2.47 | - |
| YUV | 98.21 | 85.56 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 23 | 0 | 0.68 | 0.88 | 0.23 | 13.87 | 0.79 | 0.43 |
| Hex | C4 | 3F | 17 | 0 | 44 | 58 | 17 | E | 4F | 2B |
| Octal | 304 | 77 | 27 | 0 | 104 | 130 | 27 | 16 | 117 | 53 |
| Binary | 11000100 | 111111 | 10111 | 0 | 1000100 | 1011000 | 10111 | 1110 | 1001111 | 101011 |
Color Harmonies of #C43F17
Complementary color
Monochromatic Colors of #C43F17
Black with #C43F17
Text Example
Text Example
White with #C43F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43F17; }
p { color: rgb(196,63,23); }
H1.HeaderClassName
{
color: #C43F17;
}
.AnyTagClassName
{
color: #C43F17;
}
</style>
background-color css
<style>
a { background-color: #C43F17; }
a { background-color: rgb(196,63,23); }
div.DivClassName
{
background-color: #C43F17;
}
.BgClassName
{
background-color: #C43F17;
}
</style>
border-color css
<style>
span { border-color: #C43F17; }
span { border-color: rgb(196,63,23); }
td.TdClassName
{
border-color: #C43F17;
}
.TagClassName
{
border-color: #C43F17;
}
</style>