Html Css Color HEX #DD253F Alizarin

📋 copy color: '#DD253F'

red 221 ◦ green 37 ◦ blue 63

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

Shades of Alizarin #DD253F

Tints of Alizarin #DD253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.53%

 BLUE value IS 63 (25% from 255) = 19.63%

R = 68.85%
G = 11.53%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD253F (or 0xDD253F) is known color: Alizarin. HEX triplet: DD, 25 and 3F. RGB value is (221,37,63). Sum of RGB (Red+Green+Blue) = 221+37+63=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD253F is #22DAC0. Grayscale: #5F5F5F. Windows color (decimal): -2284225 or 4138461. OLE color: 4138461.

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

Color convert

RGB 221 37 63 -
CMYK 0 0.83 0.71 0.13
HSL 351.52º 0.73% 0.51% -
HSV(B) 351.52º 0.83% 0.87% -
XYZ 31.38 17.05 6.34 -
YUV 94.98 109.96 217.89 -
System Red Green Blue C M Y K H S L
Decimal 221 37 63 0 0.83 0.71 0.13 351.52 0.73 0.51
Hex DD 25 3F 0 53 47 D 160 49 33
Octal 335 45 77 0 123 107 15 540 111 63
Binary 11011101 100101 111111 0 1010011 1000111 1101 101100000 1001001 110011

Color Harmonies of #DD253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD253F

Black with #DD253F

Text Example


Text Example

White with #DD253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD253F; }

 p { color: rgb(221,37,63); }

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

background-color css

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

 a { background-color: rgb(221,37,63); }

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

border-color css

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

 span { border-color: rgb(221,37,63); }

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