Html Css Color HEX #DB2A2A Persian Red

📋 copy color: '#DB2A2A'

red 219 ◦ green 42 ◦ blue 42

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

Shades of Persian Red #DB2A2A

Tints of Persian Red #DB2A2A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.86%

 BLUE value IS 42 (16.8% from 255) = 13.86%

R = 72.28%
G = 13.86%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB2A2A (or 0xDB2A2A) is known color: Persian Red. HEX triplet: DB, 2A and 2A. RGB value is (219,42,42). Sum of RGB (Red+Green+Blue) = 219+42+42=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A2A is #24D5D5. Grayscale: #5F5F5F. Windows color (decimal): -2414038 or 2763483. OLE color: 2763483.

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

Color convert

RGB 219 42 42 -
CMYK 0 0.81 0.81 0.14
HSL 0.71% 0.51% -
HSV(B) 0.81% 0.86% -
XYZ 30.46 16.88 3.84 -
YUV 94.92 98.14 216.5 -
System Red Green Blue C M Y K H S L
Decimal 219 42 42 0 0.81 0.81 0.14 0 0.71 0.51
Hex DB 2A 2A 0 51 51 E 0 47 33
Octal 333 52 52 0 121 121 16 0 107 63
Binary 11011011 101010 101010 0 1010001 1010001 1110 0 1000111 110011

Color Harmonies of #DB2A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2A2A

Black with #DB2A2A

Text Example


Text Example

White with #DB2A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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