Html Css Color HEX #C44123 Harley Davidson Orange
📋 copy color: '#C44123'red 196 ◦ green 65 ◦ blue 35
Shades of Harley Davidson Orange #C44123
Tints of Harley Davidson Orange #C44123
RGB
CMYK
RGB Variations
Color information
#C44123 (or 0xC44123) is known color: Harley Davidson Orange. HEX triplet: C4, 41 and 23. RGB value is (196,65,35). Sum of RGB (Red+Green+Blue) = 196+65+35=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C44123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44123 is #3BBEDC. Grayscale: #656565. Windows color (decimal): -3915485 or 2310596. OLE color: 2310596.
HSL color Cylindrical-coordinate representation of color #C44123: hue angle of 11.18º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C44123 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 35 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.23 |
| HSL | 11.18º | 0.7% | 0.45% | - |
| HSV(B) | 11.18º | 0.82% | 0.77% | - |
| XYZ | 24.96 | 15.64 | 3.29 | - |
| YUV | 100.75 | 90.9 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 35 | 0 | 0.67 | 0.82 | 0.23 | 11.18 | 0.7 | 0.45 |
| Hex | C4 | 41 | 23 | 0 | 43 | 52 | 17 | B | 46 | 2D |
| Octal | 304 | 101 | 43 | 0 | 103 | 122 | 27 | 13 | 106 | 55 |
| Binary | 11000100 | 1000001 | 100011 | 0 | 1000011 | 1010010 | 10111 | 1011 | 1000110 | 101101 |
Color Harmonies of #C44123
Complementary color
Monochromatic Colors of #C44123
Black with #C44123
Text Example
Text Example
White with #C44123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44123; }
p { color: rgb(196,65,35); }
H1.HeaderClassName
{
color: #C44123;
}
.AnyTagClassName
{
color: #C44123;
}
</style>
background-color css
<style>
a { background-color: #C44123; }
a { background-color: rgb(196,65,35); }
div.DivClassName
{
background-color: #C44123;
}
.BgClassName
{
background-color: #C44123;
}
</style>
border-color css
<style>
span { border-color: #C44123; }
span { border-color: rgb(196,65,35); }
td.TdClassName
{
border-color: #C44123;
}
.TagClassName
{
border-color: #C44123;
}
</style>