Html Css Color HEX #DB2524 Persian Red

📋 copy color: '#DB2524'

red 219 ◦ green 37 ◦ blue 36

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

Shades of Persian Red #DB2524

Tints of Persian Red #DB2524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.33%

R = 75%
G = 12.67%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB2524 (or 0xDB2524) is known color: Persian Red. HEX triplet: DB, 25 and 24. RGB value is (219,37,36). Sum of RGB (Red+Green+Blue) = 219+37+36=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2524 is #24DADB. Grayscale: #5B5B5B. Windows color (decimal): -2415324 or 2368987. OLE color: 2368987.

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

Color convert

RGB 219 37 36 -
CMYK 0 0.83 0.84 0.14
HSL 0.33º 0.72% 0.5% -
HSV(B) 0.33º 0.84% 0.86% -
XYZ 30.19 16.51 3.26 -
YUV 91.3 96.8 219.08 -
System Red Green Blue C M Y K H S L
Decimal 219 37 36 0 0.83 0.84 0.14 0.33 0.72 0.5
Hex DB 25 24 0 53 54 E 0 48 32
Octal 333 45 44 0 123 124 16 0 110 62
Binary 11011011 100101 100100 0 1010011 1010100 1110 0 1001000 110010

Color Harmonies of #DB2524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2524

Black with #DB2524

Text Example


Text Example

White with #DB2524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2524; }

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

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

background-color css

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

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

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

border-color css

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

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

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