Html Css Color HEX #C02613 Harley Davidson Orange
📋 copy color: '#C02613'red 192 ◦ green 38 ◦ blue 19
Shades of Harley Davidson Orange #C02613
Tints of Harley Davidson Orange #C02613
RGB
CMYK
RGB Variations
Color information
#C02613 (or 0xC02613) is known color: Harley Davidson Orange. HEX triplet: C0, 26 and 13. RGB value is (192,38,19). Sum of RGB (Red+Green+Blue) = 192+38+19=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C02613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02613 is #3FD9EC. Grayscale: #525252. Windows color (decimal): -4184557 or 1255104. OLE color: 1255104.
HSL color Cylindrical-coordinate representation of color #C02613: hue angle of 6.59º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C02613 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 38 | 19 | - |
CMYK | 0 | 0.80 | 0.90 | 0.25 |
HSL | 6.59º | 0.82% | 0.41% | - |
HSV(B) | 6.59º | 0.9% | 0.75% | - |
XYZ | 22.55 | 12.64 | 1.87 | - |
YUV | 81.88 | 92.52 | 206.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 38 | 19 | 0 | 0.80 | 0.90 | 0.25 | 6.59 | 0.82 | 0.41 |
Hex | C0 | 26 | 13 | 0 | 50 | 5A | 19 | 7 | 52 | 29 |
Octal | 300 | 46 | 23 | 0 | 120 | 132 | 31 | 7 | 122 | 51 |
Binary | 11000000 | 100110 | 10011 | 0 | 1010000 | 1011010 | 11001 | 111 | 1010010 | 101001 |
Color Harmonies of #C02613
Complementary color
Monochromatic Colors of #C02613
Black with #C02613
Text Example
Text Example
White with #C02613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02613; }
p { color: rgb(192,38,19); }
H1.HeaderClassName
{
color: #C02613;
}
.AnyTagClassName
{
color: #C02613;
}
</style>
background-color css
<style>
a { background-color: #C02613; }
a { background-color: rgb(192,38,19); }
div.DivClassName
{
background-color: #C02613;
}
.BgClassName
{
background-color: #C02613;
}
</style>
border-color css
<style>
span { border-color: #C02613; }
span { border-color: rgb(192,38,19); }
td.TdClassName
{
border-color: #C02613;
}
.TagClassName
{
border-color: #C02613;
}
</style>