Html Css Color HEX #DD252E Alizarin

📋 copy color: '#DD252E'

red 221 ◦ green 37 ◦ blue 46

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

Shades of Alizarin #DD252E

Tints of Alizarin #DD252E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.13%

R = 72.7%
G = 12.17%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD252E (or 0xDD252E) is known color: Alizarin. HEX triplet: DD, 25 and 2E. RGB value is (221,37,46). Sum of RGB (Red+Green+Blue) = 221+37+46=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD252E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD252E is #22DAD1. Grayscale: #5D5D5D. Windows color (decimal): -2284242 or 3024349. OLE color: 3024349.

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

Color convert

RGB 221 37 46 -
CMYK 0 0.83 0.79 0.13
HSL 357.07º 0.73% 0.51% -
HSV(B) 357.07º 0.83% 0.87% -
XYZ 30.97 16.89 4.21 -
YUV 93.04 101.46 219.27 -
System Red Green Blue C M Y K H S L
Decimal 221 37 46 0 0.83 0.79 0.13 357.07 0.73 0.51
Hex DD 25 2E 0 53 4F D 165 49 33
Octal 335 45 56 0 123 117 15 545 111 63
Binary 11011101 100101 101110 0 1010011 1001111 1101 101100101 1001001 110011

Color Harmonies of #DD252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD252E

Black with #DD252E

Text Example


Text Example

White with #DD252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD252E; }

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

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

background-color css

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

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

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

border-color css

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

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

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