Html Css Color HEX #DD3338 Alizarin

📋 copy color: '#DD3338'

red 221 ◦ green 51 ◦ blue 56

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

Shades of Alizarin #DD3338

Tints of Alizarin #DD3338

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.55%

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

R = 67.38%
G = 15.55%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD3338 (or 0xDD3338) is known color: Alizarin. HEX triplet: DD, 33 and 38. RGB value is (221,51,56). Sum of RGB (Red+Green+Blue) = 221+51+56=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3338 is #22CCC7. Grayscale: #666666. Windows color (decimal): -2280648 or 3683293. OLE color: 3683293.

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

Color convert

RGB 221 51 56 -
CMYK 0 0.77 0.75 0.13
HSL 358.24º 0.71% 0.53% -
HSV(B) 358.24º 0.77% 0.87% -
XYZ 31.72 18.03 5.55 -
YUV 102.4 101.82 212.59 -
System Red Green Blue C M Y K H S L
Decimal 221 51 56 0 0.77 0.75 0.13 358.24 0.71 0.53
Hex DD 33 38 0 4D 4B D 166 47 35
Octal 335 63 70 0 115 113 15 546 107 65
Binary 11011101 110011 111000 0 1001101 1001011 1101 101100110 1000111 110101

Color Harmonies of #DD3338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3338

Black with #DD3338

Text Example


Text Example

White with #DD3338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3338; }

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

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

background-color css

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

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

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

border-color css

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

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

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