Html Css Color HEX #DB2D2A Persian Red

📋 copy color: '#DB2D2A'

red 219 ◦ green 45 ◦ blue 42

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

Shades of Persian Red #DB2D2A

Tints of Persian Red #DB2D2A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.71%

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

R = 71.57%
G = 14.71%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB2D2A (or 0xDB2D2A) is known color: Persian Red. HEX triplet: DB, 2D and 2A. RGB value is (219,45,42). Sum of RGB (Red+Green+Blue) = 219+45+42=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2D2A is #24D2D5. Grayscale: #606060. Windows color (decimal): -2413270 or 2764251. OLE color: 2764251.

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

Color convert

RGB 219 45 42 -
CMYK 0 0.79 0.81 0.14
HSL 1.02º 0.71% 0.51% -
HSV(B) 1.02º 0.81% 0.86% -
XYZ 30.57 17.1 3.88 -
YUV 96.68 97.15 215.24 -
System Red Green Blue C M Y K H S L
Decimal 219 45 42 0 0.79 0.81 0.14 1.02 0.71 0.51
Hex DB 2D 2A 0 4F 51 E 1 47 33
Octal 333 55 52 0 117 121 16 1 107 63
Binary 11011011 101101 101010 0 1001111 1010001 1110 1 1000111 110011

Color Harmonies of #DB2D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2D2A

Black with #DB2D2A

Text Example


Text Example

White with #DB2D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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