Html Css Color HEX #DB3122 Persian Red

📋 copy color: '#DB3122'

red 219 ◦ green 49 ◦ blue 34

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

Shades of Persian Red #DB3122

Tints of Persian Red #DB3122

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.23%

 BLUE value IS 34 (13.67% from 255) = 11.26%

R = 72.52%
G = 16.23%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB3122 (or 0xDB3122) is known color: Persian Red. HEX triplet: DB, 31 and 22. RGB value is (219,49,34). Sum of RGB (Red+Green+Blue) = 219+49+34=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3122 is #24CEDD. Grayscale: #626262. Windows color (decimal): -2412254 or 2240987. OLE color: 2240987.

HSL color Cylindrical-coordinate representation of color #DB3122: hue angle of 4.86º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB3122 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 49 34 -
CMYK 0 0.78 0.84 0.14
HSL 4.86º 0.73% 0.5% -
HSV(B) 4.86º 0.84% 0.86% -
XYZ 30.6 17.37 3.25 -
YUV 98.12 91.82 214.22 -
System Red Green Blue C M Y K H S L
Decimal 219 49 34 0 0.78 0.84 0.14 4.86 0.73 0.5
Hex DB 31 22 0 4E 54 E 5 49 32
Octal 333 61 42 0 116 124 16 5 111 62
Binary 11011011 110001 100010 0 1001110 1010100 1110 101 1001001 110010

Color Harmonies of #DB3122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3122

Black with #DB3122

Text Example


Text Example

White with #DB3122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3122; }

 p { color: rgb(219,49,34); }

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

background-color css

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

 a { background-color: rgb(219,49,34); }

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

border-color css

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

 span { border-color: rgb(219,49,34); }

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