Html Css Color HEX #DD2430 Alizarin

📋 copy color: '#DD2430'

red 221 ◦ green 36 ◦ blue 48

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

Shades of Alizarin #DD2430

Tints of Alizarin #DD2430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.74%

R = 72.46%
G = 11.8%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD2430 (or 0xDD2430) is known color: Alizarin. HEX triplet: DD, 24 and 30. RGB value is (221,36,48). Sum of RGB (Red+Green+Blue) = 221+36+48=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2430 is #22DBCF. Grayscale: #5C5C5C. Windows color (decimal): -2284496 or 3155165. OLE color: 3155165.

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

Color convert

RGB 221 36 48 -
CMYK 0 0.84 0.78 0.13
HSL 356.11º 0.73% 0.5% -
HSV(B) 356.11º 0.84% 0.87% -
XYZ 30.98 16.85 4.42 -
YUV 92.68 102.79 219.52 -
System Red Green Blue C M Y K H S L
Decimal 221 36 48 0 0.84 0.78 0.13 356.11 0.73 0.5
Hex DD 24 30 0 54 4E D 164 49 32
Octal 335 44 60 0 124 116 15 544 111 62
Binary 11011101 100100 110000 0 1010100 1001110 1101 101100100 1001001 110010

Color Harmonies of #DD2430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2430

Black with #DD2430

Text Example


Text Example

White with #DD2430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2430; }

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

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

background-color css

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

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

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

border-color css

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

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

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