Html Css Color HEX #DD232F Alizarin

📋 copy color: '#DD232F'

red 221 ◦ green 35 ◦ blue 47

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

Shades of Alizarin #DD232F

Tints of Alizarin #DD232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.55%

 BLUE value IS 47 (18.75% from 255) = 15.51%

R = 72.94%
G = 11.55%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD232F (or 0xDD232F) is known color: Alizarin. HEX triplet: DD, 23 and 2F. RGB value is (221,35,47). Sum of RGB (Red+Green+Blue) = 221+35+47=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD232F is #22DCD0. Grayscale: #5C5C5C. Windows color (decimal): -2284753 or 3089373. OLE color: 3089373.

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

Color convert

RGB 221 35 47 -
CMYK 0 0.84 0.79 0.13
HSL 356.13º 0.73% 0.5% -
HSV(B) 356.13º 0.84% 0.87% -
XYZ 30.93 16.78 4.3 -
YUV 91.98 102.62 220.02 -
System Red Green Blue C M Y K H S L
Decimal 221 35 47 0 0.84 0.79 0.13 356.13 0.73 0.5
Hex DD 23 2F 0 54 4F D 164 49 32
Octal 335 43 57 0 124 117 15 544 111 62
Binary 11011101 100011 101111 0 1010100 1001111 1101 101100100 1001001 110010

Color Harmonies of #DD232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD232F

Black with #DD232F

Text Example


Text Example

White with #DD232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD232F; }

 p { color: rgb(221,35,47); }

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

background-color css

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

 a { background-color: rgb(221,35,47); }

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

border-color css

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

 span { border-color: rgb(221,35,47); }

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