Html Css Color HEX #DB2C21 Persian Red

📋 copy color: '#DB2C21'

red 219 ◦ green 44 ◦ blue 33

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

Shades of Persian Red #DB2C21

Tints of Persian Red #DB2C21

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.86%

 BLUE value IS 33 (13.28% from 255) = 11.15%

R = 73.99%
G = 14.86%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB2C21 (or 0xDB2C21) is known color: Persian Red. HEX triplet: DB, 2C and 21. RGB value is (219,44,33). Sum of RGB (Red+Green+Blue) = 219+44+33=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2C21 is #24D3DE. Grayscale: #5F5F5F. Windows color (decimal): -2413535 or 2174171. OLE color: 2174171.

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

Color convert

RGB 219 44 33 -
CMYK 0 0.80 0.85 0.14
HSL 3.55º 0.74% 0.49% -
HSV(B) 3.55º 0.85% 0.86% -
XYZ 30.39 16.97 3.11 -
YUV 95.07 92.98 216.39 -
System Red Green Blue C M Y K H S L
Decimal 219 44 33 0 0.80 0.85 0.14 3.55 0.74 0.49
Hex DB 2C 21 0 50 55 E 4 4A 31
Octal 333 54 41 0 120 125 16 4 112 61
Binary 11011011 101100 100001 0 1010000 1010101 1110 100 1001010 110001

Color Harmonies of #DB2C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2C21

Black with #DB2C21

Text Example


Text Example

White with #DB2C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2C21; }

 p { color: rgb(219,44,33); }

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

background-color css

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

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

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

border-color css

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

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

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