Html Css Color HEX #DB2C2B Persian Red

📋 copy color: '#DB2C2B'

red 219 ◦ green 44 ◦ blue 43

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

Shades of Persian Red #DB2C2B

Tints of Persian Red #DB2C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.05%

R = 71.57%
G = 14.38%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB2C2B (or 0xDB2C2B) is known color: Persian Red. HEX triplet: DB, 2C and 2B. RGB value is (219,44,43). Sum of RGB (Red+Green+Blue) = 219+44+43=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2C2B is #24D3D4. Grayscale: #606060. Windows color (decimal): -2413525 or 2829531. OLE color: 2829531.

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

Color convert

RGB 219 44 43 -
CMYK 0 0.80 0.80 0.14
HSL 0.34º 0.71% 0.51% -
HSV(B) 0.34º 0.8% 0.86% -
XYZ 30.55 17.04 3.96 -
YUV 96.21 97.98 215.58 -
System Red Green Blue C M Y K H S L
Decimal 219 44 43 0 0.80 0.80 0.14 0.34 0.71 0.51
Hex DB 2C 2B 0 50 50 E 0 47 33
Octal 333 54 53 0 120 120 16 0 107 63
Binary 11011011 101100 101011 0 1010000 1010000 1110 0 1000111 110011

Color Harmonies of #DB2C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2C2B

Black with #DB2C2B

Text Example


Text Example

White with #DB2C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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