Html Css Color HEX #DB3024 Persian Red

📋 copy color: '#DB3024'

red 219 ◦ green 48 ◦ blue 36

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

Shades of Persian Red #DB3024

Tints of Persian Red #DB3024

RGB

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

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

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

R = 72.28%
G = 15.84%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB3024 (or 0xDB3024) is known color: Persian Red. HEX triplet: DB, 30 and 24. RGB value is (219,48,36). Sum of RGB (Red+Green+Blue) = 219+48+36=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3024 is #24CFDB. Grayscale: #616161. Windows color (decimal): -2412508 or 2371803. OLE color: 2371803.

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

Color convert

RGB 219 48 36 -
CMYK 0 0.78 0.84 0.14
HSL 3.93º 0.72% 0.5% -
HSV(B) 3.93º 0.84% 0.86% -
XYZ 30.59 17.3 3.4 -
YUV 97.76 93.15 214.48 -
System Red Green Blue C M Y K H S L
Decimal 219 48 36 0 0.78 0.84 0.14 3.93 0.72 0.5
Hex DB 30 24 0 4E 54 E 4 48 32
Octal 333 60 44 0 116 124 16 4 110 62
Binary 11011011 110000 100100 0 1001110 1010100 1110 100 1001000 110010

Color Harmonies of #DB3024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3024

Black with #DB3024

Text Example


Text Example

White with #DB3024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3024; }

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

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

background-color css

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

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

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

border-color css

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

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

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