Html Css Color HEX #DB211F Persian Red

📋 copy color: '#DB211F'

red 219 ◦ green 33 ◦ blue 31

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

Shades of Persian Red #DB211F

Tints of Persian Red #DB211F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.95%

R = 77.39%
G = 11.66%
B = 10.95%

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

#DB211F (or 0xDB211F) is known color: Persian Red. HEX triplet: DB, 21 and 1F. RGB value is (219,33,31). Sum of RGB (Red+Green+Blue) = 219+33+31=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB211F is #24DEE0. Grayscale: #585858. Windows color (decimal): -2416353 or 2040283. OLE color: 2040283.

HSL color Cylindrical-coordinate representation of color #DB211F: hue angle of 0.64º degrees, saturation: 0.75, 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 #DB211F is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 33 31 -
CMYK 0 0.85 0.86 0.14
HSL 0.64º 0.75% 0.49% -
HSV(B) 0.64º 0.86% 0.86% -
XYZ 30 16.25 2.85 -
YUV 88.39 95.62 221.16 -
System Red Green Blue C M Y K H S L
Decimal 219 33 31 0 0.85 0.86 0.14 0.64 0.75 0.49
Hex DB 21 1F 0 55 56 E 1 4B 31
Octal 333 41 37 0 125 126 16 1 113 61
Binary 11011011 100001 11111 0 1010101 1010110 1110 1 1001011 110001

Color Harmonies of #DB211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB211F

Black with #DB211F

Text Example


Text Example

White with #DB211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB211F; }

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

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

background-color css

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

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

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

border-color css

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

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

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