Html Css Color HEX #DB3332 Persian Red

📋 copy color: '#DB3332'

red 219 ◦ green 51 ◦ blue 50

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

Shades of Persian Red #DB3332

Tints of Persian Red #DB3332

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.94%

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

R = 68.44%
G = 15.94%
B = 15.63%

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

#DB3332 (or 0xDB3332) is known color: Persian Red. HEX triplet: DB, 33 and 32. RGB value is (219,51,50). Sum of RGB (Red+Green+Blue) = 219+51+50=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3332 is #24CCCD. Grayscale: #656565. Windows color (decimal): -2411726 or 3290075. OLE color: 3290075.

HSL color Cylindrical-coordinate representation of color #DB3332: hue angle of 0.36º 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 #DB3332 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 51 50 -
CMYK 0 0.77 0.77 0.14
HSL 0.36º 0.7% 0.53% -
HSV(B) 0.36º 0.77% 0.86% -
XYZ 30.97 17.66 4.79 -
YUV 101.12 99.16 212.08 -
System Red Green Blue C M Y K H S L
Decimal 219 51 50 0 0.77 0.77 0.14 0.36 0.7 0.53
Hex DB 33 32 0 4D 4D E 0 46 35
Octal 333 63 62 0 115 115 16 0 106 65
Binary 11011011 110011 110010 0 1001101 1001101 1110 0 1000110 110101

Color Harmonies of #DB3332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3332

Black with #DB3332

Text Example


Text Example

White with #DB3332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3332; }

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

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

background-color css

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

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

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

border-color css

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

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

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