Html Css Color HEX #DC211C Harley Davidson Orange

📋 copy color: '#DC211C'

red 220 ◦ green 33 ◦ blue 28

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

Shades of Harley Davidson Orange #DC211C

Tints of Harley Davidson Orange #DC211C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.96%

R = 78.29%
G = 11.74%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC211C (or 0xDC211C) is known color: Harley Davidson Orange. HEX triplet: DC, 21 and 1C. RGB value is (220,33,28). Sum of RGB (Red+Green+Blue) = 220+33+28=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC211C is #23DEE3. Grayscale: #585858. Windows color (decimal): -2350820 or 1843676. OLE color: 1843676.

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

Color convert

RGB 220 33 28 -
CMYK 0 0.85 0.87 0.14
HSL 1.56º 0.77% 0.49% -
HSV(B) 1.56º 0.87% 0.86% -
XYZ 30.27 16.39 2.67 -
YUV 88.34 93.95 221.91 -
System Red Green Blue C M Y K H S L
Decimal 220 33 28 0 0.85 0.87 0.14 1.56 0.77 0.49
Hex DC 21 1C 0 55 57 E 2 4D 31
Octal 334 41 34 0 125 127 16 2 115 61
Binary 11011100 100001 11100 0 1010101 1010111 1110 10 1001101 110001

Color Harmonies of #DC211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC211C

Black with #DC211C

Text Example


Text Example

White with #DC211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC211C; }

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

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

background-color css

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

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

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

border-color css

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

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

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