Html Css Color HEX #DB2C2A Persian Red

📋 copy color: '#DB2C2A'

red 219 ◦ green 44 ◦ blue 42

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

Shades of Persian Red #DB2C2A

Tints of Persian Red #DB2C2A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.43%

 BLUE value IS 42 (16.8% from 255) = 13.77%

R = 71.8%
G = 14.43%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB2C2A (or 0xDB2C2A) is known color: Persian Red. HEX triplet: DB, 2C and 2A. RGB value is (219,44,42). Sum of RGB (Red+Green+Blue) = 219+44+42=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2C2A is #24D3D5. Grayscale: #606060. Windows color (decimal): -2413526 or 2763995. OLE color: 2763995.

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

Color convert

RGB 219 44 42 -
CMYK 0 0.80 0.81 0.14
HSL 0.68º 0.71% 0.51% -
HSV(B) 0.68º 0.81% 0.86% -
XYZ 30.53 17.03 3.87 -
YUV 96.1 97.48 215.66 -
System Red Green Blue C M Y K H S L
Decimal 219 44 42 0 0.80 0.81 0.14 0.68 0.71 0.51
Hex DB 2C 2A 0 50 51 E 1 47 33
Octal 333 54 52 0 120 121 16 1 107 63
Binary 11011011 101100 101010 0 1010000 1010001 1110 1 1000111 110011

Color Harmonies of #DB2C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2C2A

Black with #DB2C2A

Text Example


Text Example

White with #DB2C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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