Html Css Color HEX #C03314 Harley Davidson Orange
📋 copy color: '#C03314'red 192 ◦ green 51 ◦ blue 20
Shades of Harley Davidson Orange #C03314
Tints of Harley Davidson Orange #C03314
RGB
CMYK
RGB Variations
Color information
#C03314 (or 0xC03314) is known color: Harley Davidson Orange. HEX triplet: C0, 33 and 14. RGB value is (192,51,20). Sum of RGB (Red+Green+Blue) = 192+51+20=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C03314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03314 is #3FCCEB. Grayscale: #595959. Windows color (decimal): -4181228 or 1323968. OLE color: 1323968.
HSL color Cylindrical-coordinate representation of color #C03314: hue angle of 10.81º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C03314 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 20 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.25 |
| HSL | 10.81º | 0.81% | 0.42% | - |
| HSV(B) | 10.81º | 0.9% | 0.75% | - |
| XYZ | 23.05 | 13.62 | 2.08 | - |
| YUV | 89.63 | 88.71 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 20 | 0 | 0.73 | 0.90 | 0.25 | 10.81 | 0.81 | 0.42 |
| Hex | C0 | 33 | 14 | 0 | 49 | 5A | 19 | B | 51 | 2A |
| Octal | 300 | 63 | 24 | 0 | 111 | 132 | 31 | 13 | 121 | 52 |
| Binary | 11000000 | 110011 | 10100 | 0 | 1001001 | 1011010 | 11001 | 1011 | 1010001 | 101010 |
Color Harmonies of #C03314
Complementary color
Monochromatic Colors of #C03314
Black with #C03314
Text Example
Text Example
White with #C03314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03314; }
p { color: rgb(192,51,20); }
H1.HeaderClassName
{
color: #C03314;
}
.AnyTagClassName
{
color: #C03314;
}
</style>
background-color css
<style>
a { background-color: #C03314; }
a { background-color: rgb(192,51,20); }
div.DivClassName
{
background-color: #C03314;
}
.BgClassName
{
background-color: #C03314;
}
</style>
border-color css
<style>
span { border-color: #C03314; }
span { border-color: rgb(192,51,20); }
td.TdClassName
{
border-color: #C03314;
}
.TagClassName
{
border-color: #C03314;
}
</style>