Html Css Color HEX #DD2E30 Alizarin

📋 copy color: '#DD2E30'

red 221 ◦ green 46 ◦ blue 48

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

Shades of Alizarin #DD2E30

Tints of Alizarin #DD2E30

RGB

 RED value IS 221 (86.72% from 255) = 70.16%

 GREEN value IS 46 (18.36% from 255) = 14.6%

 BLUE value IS 48 (19.14% from 255) = 15.24%

R = 70.16%
G = 14.6%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD2E30 (or 0xDD2E30) is known color: Alizarin. HEX triplet: DD, 2E and 30. RGB value is (221,46,48). Sum of RGB (Red+Green+Blue) = 221+46+48=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2E30 is #22D1CF. Grayscale: #626262. Windows color (decimal): -2281936 or 3157725. OLE color: 3157725.

HSL color Cylindrical-coordinate representation of color #DD2E30: hue angle of 359.31º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2E30 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 46 48 -
CMYK 0 0.79 0.78 0.13
HSL 359.31º 0.72% 0.52% -
HSV(B) 359.31º 0.79% 0.87% -
XYZ 31.33 17.54 4.53 -
YUV 98.55 99.48 215.34 -
System Red Green Blue C M Y K H S L
Decimal 221 46 48 0 0.79 0.78 0.13 359.31 0.72 0.52
Hex DD 2E 30 0 4F 4E D 167 48 34
Octal 335 56 60 0 117 116 15 547 110 64
Binary 11011101 101110 110000 0 1001111 1001110 1101 101100111 1001000 110100

Color Harmonies of #DD2E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2E30

Black with #DD2E30

Text Example


Text Example

White with #DD2E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2E30; }

 p { color: rgb(221,46,48); }

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

background-color css

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

 a { background-color: rgb(221,46,48); }

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

border-color css

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

 span { border-color: rgb(221,46,48); }

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