Html Css Color HEX #DB211E Persian Red

📋 copy color: '#DB211E'

red 219 ◦ green 33 ◦ blue 30

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

Shades of Persian Red #DB211E

Tints of Persian Red #DB211E

RGB

 RED value IS 219 (85.94% from 255) = 77.66%

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

 BLUE value IS 30 (12.11% from 255) = 10.64%

R = 77.66%
G = 11.7%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB211E (or 0xDB211E) is known color: Persian Red. HEX triplet: DB, 21 and 1E. RGB value is (219,33,30). Sum of RGB (Red+Green+Blue) = 219+33+30=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB211E is #24DEE1. Grayscale: #585858. Windows color (decimal): -2416354 or 1974747. OLE color: 1974747.

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

Color convert

RGB 219 33 30 -
CMYK 0 0.85 0.86 0.14
HSL 0.95º 0.76% 0.49% -
HSV(B) 0.95º 0.86% 0.86% -
XYZ 29.99 16.24 2.78 -
YUV 88.27 95.12 221.24 -
System Red Green Blue C M Y K H S L
Decimal 219 33 30 0 0.85 0.86 0.14 0.95 0.76 0.49
Hex DB 21 1E 0 55 56 E 1 4C 31
Octal 333 41 36 0 125 126 16 1 114 61
Binary 11011011 100001 11110 0 1010101 1010110 1110 1 1001100 110001

Color Harmonies of #DB211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB211E

Black with #DB211E

Text Example


Text Example

White with #DB211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB211E; }

 p { color: rgb(219,33,30); }

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

background-color css

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

 a { background-color: rgb(219,33,30); }

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

border-color css

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

 span { border-color: rgb(219,33,30); }

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