Html Css Color HEX #DB2D22 Persian Red

📋 copy color: '#DB2D22'

red 219 ◦ green 45 ◦ blue 34

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

Shades of Persian Red #DB2D22

Tints of Persian Red #DB2D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.41%

R = 73.49%
G = 15.1%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB2D22 (or 0xDB2D22) is known color: Persian Red. HEX triplet: DB, 2D and 22. RGB value is (219,45,34). Sum of RGB (Red+Green+Blue) = 219+45+34=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2D22 is #24D2DD. Grayscale: #5F5F5F. Windows color (decimal): -2413278 or 2239963. OLE color: 2239963.

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

Color convert

RGB 219 45 34 -
CMYK 0 0.79 0.84 0.14
HSL 3.57º 0.73% 0.5% -
HSV(B) 3.57º 0.84% 0.86% -
XYZ 30.44 17.05 3.2 -
YUV 95.77 93.15 215.89 -
System Red Green Blue C M Y K H S L
Decimal 219 45 34 0 0.79 0.84 0.14 3.57 0.73 0.5
Hex DB 2D 22 0 4F 54 E 4 49 32
Octal 333 55 42 0 117 124 16 4 111 62
Binary 11011011 101101 100010 0 1001111 1010100 1110 100 1001001 110010

Color Harmonies of #DB2D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2D22

Black with #DB2D22

Text Example


Text Example

White with #DB2D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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