Html Css Color HEX #DC340C Harley Davidson Orange
📋 copy color: '#DC340C'red 220 ◦ green 52 ◦ blue 12
Shades of Harley Davidson Orange #DC340C
Tints of Harley Davidson Orange #DC340C
RGB
CMYK
RGB Variations
Color information
#DC340C (or 0xDC340C) is known color: Harley Davidson Orange. HEX triplet: DC, 34 and 0C. RGB value is (220,52,12). Sum of RGB (Red+Green+Blue) = 220+52+12=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC340C is #23CBF3. Grayscale: #626262. Windows color (decimal): -2345972 or 799964. OLE color: 799964.
HSL color Cylindrical-coordinate representation of color #DC340C: hue angle of 11.54º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC340C is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 12 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.14 |
| HSL | 11.54º | 0.9% | 0.45% | - |
| HSV(B) | 11.54º | 0.95% | 0.86% | - |
| XYZ | 30.81 | 17.7 | 2.14 | - |
| YUV | 97.67 | 79.66 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 12 | 0 | 0.76 | 0.95 | 0.14 | 11.54 | 0.9 | 0.45 |
| Hex | DC | 34 | C | 0 | 4C | 5F | E | C | 5A | 2D |
| Octal | 334 | 64 | 14 | 0 | 114 | 137 | 16 | 14 | 132 | 55 |
| Binary | 11011100 | 110100 | 1100 | 0 | 1001100 | 1011111 | 1110 | 1100 | 1011010 | 101101 |
Color Harmonies of #DC340C
Complementary color
Monochromatic Colors of #DC340C
Black with #DC340C
Text Example
Text Example
White with #DC340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC340C; }
p { color: rgb(220,52,12); }
H1.HeaderClassName
{
color: #DC340C;
}
.AnyTagClassName
{
color: #DC340C;
}
</style>
background-color css
<style>
a { background-color: #DC340C; }
a { background-color: rgb(220,52,12); }
div.DivClassName
{
background-color: #DC340C;
}
.BgClassName
{
background-color: #DC340C;
}
</style>
border-color css
<style>
span { border-color: #DC340C; }
span { border-color: rgb(220,52,12); }
td.TdClassName
{
border-color: #DC340C;
}
.TagClassName
{
border-color: #DC340C;
}
</style>