Html Css Color HEX #DB2C26 Persian Red

📋 copy color: '#DB2C26'

red 219 ◦ green 44 ◦ blue 38

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

Shades of Persian Red #DB2C26

Tints of Persian Red #DB2C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.62%

R = 72.76%
G = 14.62%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB2C26 (or 0xDB2C26) is known color: Persian Red. HEX triplet: DB, 2C and 26. RGB value is (219,44,38). Sum of RGB (Red+Green+Blue) = 219+44+38=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2C26 is #24D3D9. Grayscale: #5F5F5F. Windows color (decimal): -2413530 or 2501851. OLE color: 2501851.

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

Color convert

RGB 219 44 38 -
CMYK 0 0.80 0.83 0.14
HSL 1.99º 0.72% 0.5% -
HSV(B) 1.99º 0.83% 0.86% -
XYZ 30.46 17 3.51 -
YUV 95.64 95.48 215.99 -
System Red Green Blue C M Y K H S L
Decimal 219 44 38 0 0.80 0.83 0.14 1.99 0.72 0.5
Hex DB 2C 26 0 50 53 E 2 48 32
Octal 333 54 46 0 120 123 16 2 110 62
Binary 11011011 101100 100110 0 1010000 1010011 1110 10 1001000 110010

Color Harmonies of #DB2C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2C26

Black with #DB2C26

Text Example


Text Example

White with #DB2C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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