Html Css Color HEX #DB2743 Alizarin

📋 copy color: '#DB2743'

red 219 ◦ green 39 ◦ blue 67

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

Shades of Alizarin #DB2743

Tints of Alizarin #DB2743

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12%

 BLUE value IS 67 (26.56% from 255) = 20.62%

R = 67.38%
G = 12%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB2743 (or 0xDB2743) is known color: Alizarin. HEX triplet: DB, 27 and 43. RGB value is (219,39,67). Sum of RGB (Red+Green+Blue) = 219+39+67=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2743 is #24D8BC. Grayscale: #606060. Windows color (decimal): -2414781 or 4401115. OLE color: 4401115.

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

Color convert

RGB 219 39 67 -
CMYK 0 0.82 0.69 0.14
HSL 350.67º 0.71% 0.51% -
HSV(B) 350.67º 0.82% 0.86% -
XYZ 30.95 16.92 6.94 -
YUV 96.01 111.63 215.72 -
System Red Green Blue C M Y K H S L
Decimal 219 39 67 0 0.82 0.69 0.14 350.67 0.71 0.51
Hex DB 27 43 0 52 45 E 15F 47 33
Octal 333 47 103 0 122 105 16 537 107 63
Binary 11011011 100111 1000011 0 1010010 1000101 1110 101011111 1000111 110011

Color Harmonies of #DB2743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2743

Black with #DB2743

Text Example


Text Example

White with #DB2743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2743; }

 p { color: rgb(219,39,67); }

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

background-color css

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

 a { background-color: rgb(219,39,67); }

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

border-color css

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

 span { border-color: rgb(219,39,67); }

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