Html Css Color HEX #DB3225 Persian Red

📋 copy color: '#DB3225'

red 219 ◦ green 50 ◦ blue 37

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

Shades of Persian Red #DB3225

Tints of Persian Red #DB3225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.09%

R = 71.57%
G = 16.34%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB3225 (or 0xDB3225) is known color: Persian Red. HEX triplet: DB, 32 and 25. RGB value is (219,50,37). Sum of RGB (Red+Green+Blue) = 219+50+37=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3225 is #24CDDA. Grayscale: #636363. Windows color (decimal): -2411995 or 2437851. OLE color: 2437851.

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

Color convert

RGB 219 50 37 -
CMYK 0 0.77 0.83 0.14
HSL 4.29º 0.72% 0.5% -
HSV(B) 4.29º 0.83% 0.86% -
XYZ 30.69 17.47 3.51 -
YUV 99.05 92.99 213.56 -
System Red Green Blue C M Y K H S L
Decimal 219 50 37 0 0.77 0.83 0.14 4.29 0.72 0.5
Hex DB 32 25 0 4D 53 E 4 48 32
Octal 333 62 45 0 115 123 16 4 110 62
Binary 11011011 110010 100101 0 1001101 1010011 1110 100 1001000 110010

Color Harmonies of #DB3225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3225

Black with #DB3225

Text Example


Text Example

White with #DB3225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3225; }

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

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

background-color css

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

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

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

border-color css

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

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

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