Html Css Color HEX #DD3335 Alizarin

📋 copy color: '#DD3335'

red 221 ◦ green 51 ◦ blue 53

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

Shades of Alizarin #DD3335

Tints of Alizarin #DD3335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.31%

R = 68%
G = 15.69%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD3335 (or 0xDD3335) is known color: Alizarin. HEX triplet: DD, 33 and 35. RGB value is (221,51,53). Sum of RGB (Red+Green+Blue) = 221+51+53=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3335 is #22CCCA. Grayscale: #666666. Windows color (decimal): -2280651 or 3486685. OLE color: 3486685.

HSL color Cylindrical-coordinate representation of color #DD3335: hue angle of 359.29º 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 #DD3335 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 51 53 -
CMYK 0 0.77 0.76 0.13
HSL 359.29º 0.71% 0.53% -
HSV(B) 359.29º 0.77% 0.87% -
XYZ 31.65 18 5.17 -
YUV 102.06 100.32 212.84 -
System Red Green Blue C M Y K H S L
Decimal 221 51 53 0 0.77 0.76 0.13 359.29 0.71 0.53
Hex DD 33 35 0 4D 4C D 167 47 35
Octal 335 63 65 0 115 114 15 547 107 65
Binary 11011101 110011 110101 0 1001101 1001100 1101 101100111 1000111 110101

Color Harmonies of #DD3335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3335

Black with #DD3335

Text Example


Text Example

White with #DD3335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3335; }

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

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

background-color css

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

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

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

border-color css

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

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

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