Html Css Color HEX #DB322C Persian Red

📋 copy color: '#DB322C'

red 219 ◦ green 50 ◦ blue 44

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

Shades of Persian Red #DB322C

Tints of Persian Red #DB322C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.06%

R = 69.97%
G = 15.97%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB322C (or 0xDB322C) is known color: Persian Red. HEX triplet: DB, 32 and 2C. RGB value is (219,50,44). Sum of RGB (Red+Green+Blue) = 219+50+44=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB322C is #24CDD3. Grayscale: #646464. Windows color (decimal): -2411988 or 2896603. OLE color: 2896603.

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

Color convert

RGB 219 50 44 -
CMYK 0 0.77 0.80 0.14
HSL 2.06º 0.71% 0.52% -
HSV(B) 2.06º 0.8% 0.86% -
XYZ 30.81 17.52 4.14 -
YUV 99.85 96.49 212.99 -
System Red Green Blue C M Y K H S L
Decimal 219 50 44 0 0.77 0.80 0.14 2.06 0.71 0.52
Hex DB 32 2C 0 4D 50 E 2 47 34
Octal 333 62 54 0 115 120 16 2 107 64
Binary 11011011 110010 101100 0 1001101 1010000 1110 10 1000111 110100

Color Harmonies of #DB322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB322C

Black with #DB322C

Text Example


Text Example

White with #DB322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB322C; }

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

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

background-color css

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

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

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

border-color css

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

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

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