Html Css Color HEX #DB322A Persian Red

📋 copy color: '#DB322A'

red 219 ◦ green 50 ◦ blue 42

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

Shades of Persian Red #DB322A

Tints of Persian Red #DB322A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.08%

 BLUE value IS 42 (16.8% from 255) = 13.5%

R = 70.42%
G = 16.08%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB322A (or 0xDB322A) is known color: Persian Red. HEX triplet: DB, 32 and 2A. RGB value is (219,50,42). Sum of RGB (Red+Green+Blue) = 219+50+42=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB322A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB322A is #24CDD5. Grayscale: #636363. Windows color (decimal): -2411990 or 2765531. OLE color: 2765531.

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

Color convert

RGB 219 50 42 -
CMYK 0 0.77 0.81 0.14
HSL 2.71º 0.71% 0.51% -
HSV(B) 2.71º 0.81% 0.86% -
XYZ 30.77 17.51 3.95 -
YUV 99.62 95.49 213.15 -
System Red Green Blue C M Y K H S L
Decimal 219 50 42 0 0.77 0.81 0.14 2.71 0.71 0.51
Hex DB 32 2A 0 4D 51 E 3 47 33
Octal 333 62 52 0 115 121 16 3 107 63
Binary 11011011 110010 101010 0 1001101 1010001 1110 11 1000111 110011

Color Harmonies of #DB322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB322A

Black with #DB322A

Text Example


Text Example

White with #DB322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB322A; }

 p { color: rgb(219,50,42); }

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

background-color css

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

 a { background-color: rgb(219,50,42); }

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

border-color css

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

 span { border-color: rgb(219,50,42); }

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