Html Css Color HEX #DC2114 Harley Davidson Orange

📋 copy color: '#DC2114'

red 220 ◦ green 33 ◦ blue 20

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

Shades of Harley Davidson Orange #DC2114

Tints of Harley Davidson Orange #DC2114

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.09%

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

R = 80.59%
G = 12.09%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC2114 (or 0xDC2114) is known color: Harley Davidson Orange. HEX triplet: DC, 21 and 14. RGB value is (220,33,20). Sum of RGB (Red+Green+Blue) = 220+33+20=273 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.59% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2114 is #23DEEB. Grayscale: #575757. Windows color (decimal): -2350828 or 1319388. OLE color: 1319388.

HSL color Cylindrical-coordinate representation of color #DC2114: hue angle of 3.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 #DC2114 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 33 20 -
CMYK 0 0.85 0.91 0.14
HSL 3.9º 0.83% 0.47% -
HSV(B) 3.9º 0.91% 0.86% -
XYZ 30.19 16.35 2.23 -
YUV 87.43 89.95 222.56 -
System Red Green Blue C M Y K H S L
Decimal 220 33 20 0 0.85 0.91 0.14 3.9 0.83 0.47
Hex DC 21 14 0 55 5B E 4 53 2F
Octal 334 41 24 0 125 133 16 4 123 57
Binary 11011100 100001 10100 0 1010101 1011011 1110 100 1010011 101111

Color Harmonies of #DC2114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2114

Black with #DC2114

Text Example


Text Example

White with #DC2114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2114; }

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

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

background-color css

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

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

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

border-color css

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

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

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