Html Css Color HEX #DB332C Persian Red

📋 copy color: '#DB332C'

red 219 ◦ green 51 ◦ blue 44

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

Shades of Persian Red #DB332C

Tints of Persian Red #DB332C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.01%

R = 69.75%
G = 16.24%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB332C (or 0xDB332C) is known color: Persian Red. HEX triplet: DB, 33 and 2C. RGB value is (219,51,44). Sum of RGB (Red+Green+Blue) = 219+51+44=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB332C is #24CCD3. Grayscale: #646464. Windows color (decimal): -2411732 or 2896859. OLE color: 2896859.

HSL color Cylindrical-coordinate representation of color #DB332C: hue angle of 2.4º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB332C is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 51 44 -
CMYK 0 0.77 0.80 0.14
HSL 2.4º 0.71% 0.52% -
HSV(B) 2.4º 0.8% 0.86% -
XYZ 30.85 17.61 4.16 -
YUV 100.43 96.16 212.57 -
System Red Green Blue C M Y K H S L
Decimal 219 51 44 0 0.77 0.80 0.14 2.4 0.71 0.52
Hex DB 33 2C 0 4D 50 E 2 47 34
Octal 333 63 54 0 115 120 16 2 107 64
Binary 11011011 110011 101100 0 1001101 1010000 1110 10 1000111 110100

Color Harmonies of #DB332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB332C

Black with #DB332C

Text Example


Text Example

White with #DB332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB332C; }

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

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

background-color css

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

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

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

border-color css

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

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

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