Html Css Color HEX #DC3214 Harley Davidson Orange

📋 copy color: '#DC3214'

red 220 ◦ green 50 ◦ blue 20

#DC3214
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #DC3214

Tints of Harley Davidson Orange #DC3214

RGB

 RED value IS 220 (86.33% from 255) = 75.86%

 GREEN value IS 50 (19.92% from 255) = 17.24%

 BLUE value IS 20 (8.2% from 255) = 6.9%

R = 75.86%
G = 17.24%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DC3214 (or 0xDC3214) is known color: Harley Davidson Orange. HEX triplet: DC, 32 and 14. RGB value is (220,50,20). Sum of RGB (Red+Green+Blue) = 220+50+20=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3214 is #23CDEB. Grayscale: #616161. Windows color (decimal): -2346476 or 1323740. OLE color: 1323740.

HSL color Cylindrical-coordinate representation of color #DC3214: hue angle of 9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC3214 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 50 20 -
CMYK 0 0.77 0.91 0.14
HSL 0.83% 0.47% -
HSV(B) 0.91% 0.86% -
XYZ 30.78 17.55 2.43 -
YUV 97.41 84.32 215.44 -
System Red Green Blue C M Y K H S L
Decimal 220 50 20 0 0.77 0.91 0.14 9 0.83 0.47
Hex DC 32 14 0 4D 5B E 9 53 2F
Octal 334 62 24 0 115 133 16 11 123 57
Binary 11011100 110010 10100 0 1001101 1011011 1110 1001 1010011 101111

Color Harmonies of #DC3214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3214

Black with #DC3214

Text Example


Text Example

White with #DC3214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3214; }

 p { color: rgb(220,50,20); }

 H1.HeaderClassName
 {
   color: #DC3214;
 }
 .AnyTagClassName
 {
   color: #DC3214;
 }
</style>

background-color css

<style>
 a { background-color: #DC3214; }

 a { background-color: rgb(220,50,20); }

 div.DivClassName
 {
   background-color: #DC3214;
 }
 .BgClassName
 {
   background-color: #DC3214;
 }
</style>

border-color css

<style>
 span { border-color: #DC3214; }

 span { border-color: rgb(220,50,20); }

 td.TdClassName
 {
   border-color: #DC3214;
 }
 .TagClassName
 {
   border-color: #DC3214;
 }
</style>