Html Css Color HEX #DB322D Persian Red

📋 copy color: '#DB322D'

red 219 ◦ green 50 ◦ blue 45

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

Shades of Persian Red #DB322D

Tints of Persian Red #DB322D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.33%

R = 69.75%
G = 15.92%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB322D (or 0xDB322D) is known color: Persian Red. HEX triplet: DB, 32 and 2D. RGB value is (219,50,45). Sum of RGB (Red+Green+Blue) = 219+50+45=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB322D is #24CDD2. Grayscale: #646464. Windows color (decimal): -2411987 or 2962139. OLE color: 2962139.

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

Color convert

RGB 219 50 45 -
CMYK 0 0.77 0.79 0.14
HSL 1.72º 0.71% 0.52% -
HSV(B) 1.72º 0.79% 0.86% -
XYZ 30.83 17.53 4.24 -
YUV 99.96 96.99 212.91 -
System Red Green Blue C M Y K H S L
Decimal 219 50 45 0 0.77 0.79 0.14 1.72 0.71 0.52
Hex DB 32 2D 0 4D 4F E 2 47 34
Octal 333 62 55 0 115 117 16 2 107 64
Binary 11011011 110010 101101 0 1001101 1001111 1110 10 1000111 110100

Color Harmonies of #DB322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB322D

Black with #DB322D

Text Example


Text Example

White with #DB322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB322D; }

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

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

background-color css

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

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

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

border-color css

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

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

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