Html Css Color HEX #DD2B2E Alizarin

📋 copy color: '#DD2B2E'

red 221 ◦ green 43 ◦ blue 46

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

Shades of Alizarin #DD2B2E

Tints of Alizarin #DD2B2E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.87%

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 71.29%
G = 13.87%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD2B2E (or 0xDD2B2E) is known color: Alizarin. HEX triplet: DD, 2B and 2E. RGB value is (221,43,46). Sum of RGB (Red+Green+Blue) = 221+43+46=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2B2E is #22D4D1. Grayscale: #606060. Windows color (decimal): -2282706 or 3025885. OLE color: 3025885.

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

Color convert

RGB 221 43 46 -
CMYK 0 0.81 0.79 0.13
HSL 358.99º 0.72% 0.52% -
HSV(B) 358.99º 0.81% 0.87% -
XYZ 31.18 17.3 4.28 -
YUV 96.56 99.47 216.76 -
System Red Green Blue C M Y K H S L
Decimal 221 43 46 0 0.81 0.79 0.13 358.99 0.72 0.52
Hex DD 2B 2E 0 51 4F D 167 48 34
Octal 335 53 56 0 121 117 15 547 110 64
Binary 11011101 101011 101110 0 1010001 1001111 1101 101100111 1001000 110100

Color Harmonies of #DD2B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B2E

Black with #DD2B2E

Text Example


Text Example

White with #DD2B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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