Html Css Color HEX #DD2F43 Alizarin

📋 copy color: '#DD2F43'

red 221 ◦ green 47 ◦ blue 67

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

Shades of Alizarin #DD2F43

Tints of Alizarin #DD2F43

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.03%

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

R = 65.97%
G = 14.03%
B = 20%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD2F43 (or 0xDD2F43) is known color: Alizarin. HEX triplet: DD, 2F and 43. RGB value is (221,47,67). Sum of RGB (Red+Green+Blue) = 221+47+67=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2F43 is #22D0BC. Grayscale: #656565. Windows color (decimal): -2281661 or 4403165. OLE color: 4403165.

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

Color convert

RGB 221 47 67 -
CMYK 0 0.79 0.70 0.13
HSL 353.1º 0.72% 0.53% -
HSV(B) 353.1º 0.79% 0.87% -
XYZ 31.85 17.81 7.07 -
YUV 101.31 108.65 213.37 -
System Red Green Blue C M Y K H S L
Decimal 221 47 67 0 0.79 0.70 0.13 353.1 0.72 0.53
Hex DD 2F 43 0 4F 46 D 161 48 35
Octal 335 57 103 0 117 106 15 541 110 65
Binary 11011101 101111 1000011 0 1001111 1000110 1101 101100001 1001000 110101

Color Harmonies of #DD2F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2F43

Black with #DD2F43

Text Example


Text Example

White with #DD2F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2F43; }

 p { color: rgb(221,47,67); }

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

background-color css

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

 a { background-color: rgb(221,47,67); }

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

border-color css

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

 span { border-color: rgb(221,47,67); }

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