Html Css Color HEX #DB2B24 Persian Red

📋 copy color: '#DB2B24'

red 219 ◦ green 43 ◦ blue 36

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

Shades of Persian Red #DB2B24

Tints of Persian Red #DB2B24

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.43%

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

R = 73.49%
G = 14.43%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB2B24 (or 0xDB2B24) is known color: Persian Red. HEX triplet: DB, 2B and 24. RGB value is (219,43,36). Sum of RGB (Red+Green+Blue) = 219+43+36=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2B24 is #24D4DB. Grayscale: #5F5F5F. Windows color (decimal): -2413788 or 2370523. OLE color: 2370523.

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

Color convert

RGB 219 43 36 -
CMYK 0 0.80 0.84 0.14
HSL 2.3º 0.72% 0.5% -
HSV(B) 2.3º 0.84% 0.86% -
XYZ 30.4 16.92 3.33 -
YUV 94.83 94.81 216.57 -
System Red Green Blue C M Y K H S L
Decimal 219 43 36 0 0.80 0.84 0.14 2.3 0.72 0.5
Hex DB 2B 24 0 50 54 E 2 48 32
Octal 333 53 44 0 120 124 16 2 110 62
Binary 11011011 101011 100100 0 1010000 1010100 1110 10 1001000 110010

Color Harmonies of #DB2B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2B24

Black with #DB2B24

Text Example


Text Example

White with #DB2B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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