Html Css Color HEX #DB2525 Persian Red

📋 copy color: '#DB2525'

red 219 ◦ green 37 ◦ blue 37

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

Shades of Persian Red #DB2525

Tints of Persian Red #DB2525

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.63%

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

R = 74.74%
G = 12.63%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB2525 (or 0xDB2525) is known color: Persian Red. HEX triplet: DB, 25 and 25. RGB value is (219,37,37). Sum of RGB (Red+Green+Blue) = 219+37+37=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2525 is #24DADA. Grayscale: #5B5B5B. Windows color (decimal): -2415323 or 2434523. OLE color: 2434523.

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

Color convert

RGB 219 37 37 -
CMYK 0 0.83 0.83 0.14
HSL 0.72% 0.5% -
HSV(B) 0.83% 0.86% -
XYZ 30.21 16.52 3.35 -
YUV 91.42 97.3 219 -
System Red Green Blue C M Y K H S L
Decimal 219 37 37 0 0.83 0.83 0.14 0 0.72 0.5
Hex DB 25 25 0 53 53 E 0 48 32
Octal 333 45 45 0 123 123 16 0 110 62
Binary 11011011 100101 100101 0 1010011 1010011 1110 0 1001000 110010

Color Harmonies of #DB2525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2525

Black with #DB2525

Text Example


Text Example

White with #DB2525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2525; }

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

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

background-color css

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

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

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

border-color css

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

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

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