Html Css Color HEX #DD243A Alizarin

📋 copy color: '#DD243A'

red 221 ◦ green 36 ◦ blue 58

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

Shades of Alizarin #DD243A

Tints of Alizarin #DD243A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.41%

R = 70.16%
G = 11.43%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD243A (or 0xDD243A) is known color: Alizarin. HEX triplet: DD, 24 and 3A. RGB value is (221,36,58). Sum of RGB (Red+Green+Blue) = 221+36+58=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD243A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD243A is #22DBC5. Grayscale: #5D5D5D. Windows color (decimal): -2284486 or 3810525. OLE color: 3810525.

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

Color convert

RGB 221 36 58 -
CMYK 0 0.84 0.74 0.13
HSL 352.86º 0.73% 0.5% -
HSV(B) 352.86º 0.84% 0.87% -
XYZ 31.21 16.94 5.63 -
YUV 93.82 107.79 218.71 -
System Red Green Blue C M Y K H S L
Decimal 221 36 58 0 0.84 0.74 0.13 352.86 0.73 0.5
Hex DD 24 3A 0 54 4A D 161 49 32
Octal 335 44 72 0 124 112 15 541 111 62
Binary 11011101 100100 111010 0 1010100 1001010 1101 101100001 1001001 110010

Color Harmonies of #DD243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD243A

Black with #DD243A

Text Example


Text Example

White with #DD243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD243A; }

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

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

background-color css

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

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

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

border-color css

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

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

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