Html Css Color HEX #DB2D28 Persian Red

📋 copy color: '#DB2D28'

red 219 ◦ green 45 ◦ blue 40

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

Shades of Persian Red #DB2D28

Tints of Persian Red #DB2D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.16%

R = 72.04%
G = 14.8%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB2D28 (or 0xDB2D28) is known color: Persian Red. HEX triplet: DB, 2D and 28. RGB value is (219,45,40). Sum of RGB (Red+Green+Blue) = 219+45+40=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2D28 is #24D2D7. Grayscale: #606060. Windows color (decimal): -2413272 or 2633179. OLE color: 2633179.

HSL color Cylindrical-coordinate representation of color #DB2D28: hue angle of 1.68º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2D28 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 45 40 -
CMYK 0 0.79 0.82 0.14
HSL 1.68º 0.71% 0.51% -
HSV(B) 1.68º 0.82% 0.86% -
XYZ 30.53 17.09 3.7 -
YUV 96.46 96.15 215.41 -
System Red Green Blue C M Y K H S L
Decimal 219 45 40 0 0.79 0.82 0.14 1.68 0.71 0.51
Hex DB 2D 28 0 4F 52 E 2 47 33
Octal 333 55 50 0 117 122 16 2 107 63
Binary 11011011 101101 101000 0 1001111 1010010 1110 10 1000111 110011

Color Harmonies of #DB2D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2D28

Black with #DB2D28

Text Example


Text Example

White with #DB2D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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