Html Css Color HEX #DD3438 Alizarin

📋 copy color: '#DD3438'

red 221 ◦ green 52 ◦ blue 56

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

Shades of Alizarin #DD3438

Tints of Alizarin #DD3438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.81%

 BLUE value IS 56 (22.27% from 255) = 17.02%

R = 67.17%
G = 15.81%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD3438 (or 0xDD3438) is known color: Alizarin. HEX triplet: DD, 34 and 38. RGB value is (221,52,56). Sum of RGB (Red+Green+Blue) = 221+52+56=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3438 is #22CBC7. Grayscale: #676767. Windows color (decimal): -2280392 or 3683549. OLE color: 3683549.

HSL color Cylindrical-coordinate representation of color #DD3438: hue angle of 358.58º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3438 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 52 56 -
CMYK 0 0.76 0.75 0.13
HSL 358.58º 0.71% 0.54% -
HSV(B) 358.58º 0.76% 0.87% -
XYZ 31.76 18.11 5.56 -
YUV 102.99 101.49 212.17 -
System Red Green Blue C M Y K H S L
Decimal 221 52 56 0 0.76 0.75 0.13 358.58 0.71 0.54
Hex DD 34 38 0 4C 4B D 167 47 36
Octal 335 64 70 0 114 113 15 547 107 66
Binary 11011101 110100 111000 0 1001100 1001011 1101 101100111 1000111 110110

Color Harmonies of #DD3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3438

Black with #DD3438

Text Example


Text Example

White with #DD3438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3438; }

 p { color: rgb(221,52,56); }

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

background-color css

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

 a { background-color: rgb(221,52,56); }

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

border-color css

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

 span { border-color: rgb(221,52,56); }

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