Html Css Color HEX #DB2C24 Persian Red

📋 copy color: '#DB2C24'

red 219 ◦ green 44 ◦ blue 36

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

Shades of Persian Red #DB2C24

Tints of Persian Red #DB2C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.04%

R = 73.24%
G = 14.72%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB2C24 (or 0xDB2C24) is known color: Persian Red. HEX triplet: DB, 2C and 24. RGB value is (219,44,36). Sum of RGB (Red+Green+Blue) = 219+44+36=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2C24 is #24D3DB. Grayscale: #5F5F5F. Windows color (decimal): -2413532 or 2370779. OLE color: 2370779.

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

Color convert

RGB 219 44 36 -
CMYK 0 0.80 0.84 0.14
HSL 2.62º 0.72% 0.5% -
HSV(B) 2.62º 0.84% 0.86% -
XYZ 30.43 16.99 3.34 -
YUV 95.41 94.48 216.15 -
System Red Green Blue C M Y K H S L
Decimal 219 44 36 0 0.80 0.84 0.14 2.62 0.72 0.5
Hex DB 2C 24 0 50 54 E 3 48 32
Octal 333 54 44 0 120 124 16 3 110 62
Binary 11011011 101100 100100 0 1010000 1010100 1110 11 1001000 110010

Color Harmonies of #DB2C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2C24

Black with #DB2C24

Text Example


Text Example

White with #DB2C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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