Html Css Color HEX #DB3022 Persian Red

📋 copy color: '#DB3022'

red 219 ◦ green 48 ◦ blue 34

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

Shades of Persian Red #DB3022

Tints of Persian Red #DB3022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.3%

R = 72.76%
G = 15.95%
B = 11.3%

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

#DB3022 (or 0xDB3022) is known color: Persian Red. HEX triplet: DB, 30 and 22. RGB value is (219,48,34). Sum of RGB (Red+Green+Blue) = 219+48+34=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3022 is #24CFDD. Grayscale: #616161. Windows color (decimal): -2412510 or 2240731. OLE color: 2240731.

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

Color convert

RGB 219 48 34 -
CMYK 0 0.78 0.84 0.14
HSL 4.54º 0.73% 0.5% -
HSV(B) 4.54º 0.84% 0.86% -
XYZ 30.56 17.29 3.24 -
YUV 97.53 92.15 214.64 -
System Red Green Blue C M Y K H S L
Decimal 219 48 34 0 0.78 0.84 0.14 4.54 0.73 0.5
Hex DB 30 22 0 4E 54 E 5 49 32
Octal 333 60 42 0 116 124 16 5 111 62
Binary 11011011 110000 100010 0 1001110 1010100 1110 101 1001001 110010

Color Harmonies of #DB3022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3022

Black with #DB3022

Text Example


Text Example

White with #DB3022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3022; }

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

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

background-color css

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

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

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

border-color css

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

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

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