Html Css Color HEX #DB3325 Persian Red

📋 copy color: '#DB3325'

red 219 ◦ green 51 ◦ blue 37

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

Shades of Persian Red #DB3325

Tints of Persian Red #DB3325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.61%

 BLUE value IS 37 (14.84% from 255) = 12.05%

R = 71.34%
G = 16.61%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB3325 (or 0xDB3325) is known color: Persian Red. HEX triplet: DB, 33 and 25. RGB value is (219,51,37). Sum of RGB (Red+Green+Blue) = 219+51+37=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3325 is #24CCDA. Grayscale: #636363. Windows color (decimal): -2411739 or 2438107. OLE color: 2438107.

HSL color Cylindrical-coordinate representation of color #DB3325: hue angle of 4.62º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB3325 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 51 37 -
CMYK 0 0.77 0.83 0.14
HSL 4.62º 0.72% 0.5% -
HSV(B) 4.62º 0.83% 0.86% -
XYZ 30.73 17.56 3.52 -
YUV 99.64 92.66 213.14 -
System Red Green Blue C M Y K H S L
Decimal 219 51 37 0 0.77 0.83 0.14 4.62 0.72 0.5
Hex DB 33 25 0 4D 53 E 5 48 32
Octal 333 63 45 0 115 123 16 5 110 62
Binary 11011011 110011 100101 0 1001101 1010011 1110 101 1001000 110010

Color Harmonies of #DB3325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3325

Black with #DB3325

Text Example


Text Example

White with #DB3325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3325; }

 p { color: rgb(219,51,37); }

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

background-color css

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

 a { background-color: rgb(219,51,37); }

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

border-color css

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

 span { border-color: rgb(219,51,37); }

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