Html Css Color HEX #DB3232 Persian Red

📋 copy color: '#DB3232'

red 219 ◦ green 50 ◦ blue 50

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

Shades of Persian Red #DB3232

Tints of Persian Red #DB3232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 68.65%
G = 15.67%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB3232 (or 0xDB3232) is known color: Persian Red. HEX triplet: DB, 32 and 32. RGB value is (219,50,50). Sum of RGB (Red+Green+Blue) = 219+50+50=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3232 is #24CDCD. Grayscale: #646464. Windows color (decimal): -2411982 or 3289819. OLE color: 3289819.

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

Color convert

RGB 219 50 50 -
CMYK 0 0.77 0.77 0.14
HSL 0.7% 0.53% -
HSV(B) 0.77% 0.86% -
XYZ 30.93 17.57 4.78 -
YUV 100.53 99.49 212.5 -
System Red Green Blue C M Y K H S L
Decimal 219 50 50 0 0.77 0.77 0.14 0 0.7 0.53
Hex DB 32 32 0 4D 4D E 0 46 35
Octal 333 62 62 0 115 115 16 0 106 65
Binary 11011011 110010 110010 0 1001101 1001101 1110 0 1000110 110101

Color Harmonies of #DB3232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3232

Black with #DB3232

Text Example


Text Example

White with #DB3232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3232; }

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

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

background-color css

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

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

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

border-color css

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

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

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