Html Css Color HEX #DD252D Alizarin

📋 copy color: '#DD252D'

red 221 ◦ green 37 ◦ blue 45

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

Shades of Alizarin #DD252D

Tints of Alizarin #DD252D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.85%

R = 72.94%
G = 12.21%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD252D (or 0xDD252D) is known color: Alizarin. HEX triplet: DD, 25 and 2D. RGB value is (221,37,45). Sum of RGB (Red+Green+Blue) = 221+37+45=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD252D is #22DAD2. Grayscale: #5D5D5D. Windows color (decimal): -2284243 or 2958813. OLE color: 2958813.

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

Color convert

RGB 221 37 45 -
CMYK 0 0.83 0.80 0.13
HSL 357.39º 0.73% 0.51% -
HSV(B) 357.39º 0.83% 0.87% -
XYZ 30.95 16.88 4.11 -
YUV 92.93 100.96 219.35 -
System Red Green Blue C M Y K H S L
Decimal 221 37 45 0 0.83 0.80 0.13 357.39 0.73 0.51
Hex DD 25 2D 0 53 50 D 165 49 33
Octal 335 45 55 0 123 120 15 545 111 63
Binary 11011101 100101 101101 0 1010011 1010000 1101 101100101 1001001 110011

Color Harmonies of #DD252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD252D

Black with #DD252D

Text Example


Text Example

White with #DD252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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