Html Css Color HEX #DB2725 Persian Red

📋 copy color: '#DB2725'

red 219 ◦ green 39 ◦ blue 37

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

Shades of Persian Red #DB2725

Tints of Persian Red #DB2725

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.22%

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

R = 74.24%
G = 13.22%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB2725 (or 0xDB2725) is known color: Persian Red. HEX triplet: DB, 27 and 25. RGB value is (219,39,37). Sum of RGB (Red+Green+Blue) = 219+39+37=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2725 is #24D8DA. Grayscale: #5C5C5C. Windows color (decimal): -2414811 or 2435035. OLE color: 2435035.

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

Color convert

RGB 219 39 37 -
CMYK 0 0.82 0.83 0.14
HSL 0.66º 0.72% 0.5% -
HSV(B) 0.66º 0.83% 0.86% -
XYZ 30.27 16.64 3.37 -
YUV 92.59 96.63 218.16 -
System Red Green Blue C M Y K H S L
Decimal 219 39 37 0 0.82 0.83 0.14 0.66 0.72 0.5
Hex DB 27 25 0 52 53 E 1 48 32
Octal 333 47 45 0 122 123 16 1 110 62
Binary 11011011 100111 100101 0 1010010 1010011 1110 1 1001000 110010

Color Harmonies of #DB2725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2725

Black with #DB2725

Text Example


Text Example

White with #DB2725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2725; }

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

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

background-color css

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

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

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

border-color css

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

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

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