Html Css Color HEX #DD233A Alizarin

📋 copy color: '#DD233A'

red 221 ◦ green 35 ◦ blue 58

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

Shades of Alizarin #DD233A

Tints of Alizarin #DD233A

RGB

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

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

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

R = 70.38%
G = 11.15%
B = 18.47%

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

#DD233A (or 0xDD233A) is known color: Alizarin. HEX triplet: DD, 23 and 3A. RGB value is (221,35,58). Sum of RGB (Red+Green+Blue) = 221+35+58=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD233A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD233A is #22DCC5. Grayscale: #5D5D5D. Windows color (decimal): -2284742 or 3810269. OLE color: 3810269.

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

Color convert

RGB 221 35 58 -
CMYK 0 0.84 0.74 0.13
HSL 352.58º 0.73% 0.5% -
HSV(B) 352.58º 0.84% 0.87% -
XYZ 31.18 16.88 5.62 -
YUV 93.24 108.12 219.13 -
System Red Green Blue C M Y K H S L
Decimal 221 35 58 0 0.84 0.74 0.13 352.58 0.73 0.5
Hex DD 23 3A 0 54 4A D 161 49 32
Octal 335 43 72 0 124 112 15 541 111 62
Binary 11011101 100011 111010 0 1010100 1001010 1101 101100001 1001001 110010

Color Harmonies of #DD233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD233A

Black with #DD233A

Text Example


Text Example

White with #DD233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD233A; }

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

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

background-color css

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

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

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

border-color css

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

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

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