Html Css Color HEX #DD2425 Alizarin

📋 copy color: '#DD2425'

red 221 ◦ green 36 ◦ blue 37

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

Shades of Alizarin #DD2425

Tints of Alizarin #DD2425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.24%

 BLUE value IS 37 (14.84% from 255) = 12.59%

R = 75.17%
G = 12.24%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD2425 (or 0xDD2425) is known color: Alizarin. HEX triplet: DD, 24 and 25. RGB value is (221,36,37). Sum of RGB (Red+Green+Blue) = 221+36+37=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2425 is #22DBDA. Grayscale: #5B5B5B. Windows color (decimal): -2284507 or 2434269. OLE color: 2434269.

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

Color convert

RGB 221 36 37 -
CMYK 0 0.84 0.83 0.13
HSL 359.68º 0.73% 0.5% -
HSV(B) 359.68º 0.84% 0.87% -
XYZ 30.78 16.77 3.36 -
YUV 91.43 97.29 220.42 -
System Red Green Blue C M Y K H S L
Decimal 221 36 37 0 0.84 0.83 0.13 359.68 0.73 0.5
Hex DD 24 25 0 54 53 D 168 49 32
Octal 335 44 45 0 124 123 15 550 111 62
Binary 11011101 100100 100101 0 1010100 1010011 1101 101101000 1001001 110010

Color Harmonies of #DD2425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2425

Black with #DD2425

Text Example


Text Example

White with #DD2425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2425; }

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

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

background-color css

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

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

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

border-color css

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

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

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