Html Css Color HEX #DB3028 Persian Red

📋 copy color: '#DB3028'

red 219 ◦ green 48 ◦ blue 40

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

Shades of Persian Red #DB3028

Tints of Persian Red #DB3028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.64%

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

R = 71.34%
G = 15.64%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB3028 (or 0xDB3028) is known color: Persian Red. HEX triplet: DB, 30 and 28. RGB value is (219,48,40). Sum of RGB (Red+Green+Blue) = 219+48+40=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3028 is #24CFD7. Grayscale: #626262. Windows color (decimal): -2412504 or 2633947. OLE color: 2633947.

HSL color Cylindrical-coordinate representation of color #DB3028: hue angle of 2.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 #DB3028 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 48 40 -
CMYK 0 0.78 0.82 0.14
HSL 2.68º 0.71% 0.51% -
HSV(B) 2.68º 0.82% 0.86% -
XYZ 30.65 17.33 3.74 -
YUV 98.22 95.15 214.15 -
System Red Green Blue C M Y K H S L
Decimal 219 48 40 0 0.78 0.82 0.14 2.68 0.71 0.51
Hex DB 30 28 0 4E 52 E 3 47 33
Octal 333 60 50 0 116 122 16 3 107 63
Binary 11011011 110000 101000 0 1001110 1010010 1110 11 1000111 110011

Color Harmonies of #DB3028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3028

Black with #DB3028

Text Example


Text Example

White with #DB3028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3028; }

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

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

background-color css

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

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

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

border-color css

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

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

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