Html Css Color HEX #DD252B Alizarin

📋 copy color: '#DD252B'

red 221 ◦ green 37 ◦ blue 43

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

Shades of Alizarin #DD252B

Tints of Alizarin #DD252B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

 BLUE value IS 43 (17.19% from 255) = 14.29%

R = 73.42%
G = 12.29%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD252B (or 0xDD252B) is known color: Alizarin. HEX triplet: DD, 25 and 2B. RGB value is (221,37,43). Sum of RGB (Red+Green+Blue) = 221+37+43=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD252B is #22DAD4. Grayscale: #5C5C5C. Windows color (decimal): -2284245 or 2827741. OLE color: 2827741.

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

Color convert

RGB 221 37 43 -
CMYK 0 0.83 0.81 0.13
HSL 358.04º 0.73% 0.51% -
HSV(B) 358.04º 0.83% 0.87% -
XYZ 30.92 16.87 3.91 -
YUV 92.7 99.96 219.51 -
System Red Green Blue C M Y K H S L
Decimal 221 37 43 0 0.83 0.81 0.13 358.04 0.73 0.51
Hex DD 25 2B 0 53 51 D 166 49 33
Octal 335 45 53 0 123 121 15 546 111 63
Binary 11011101 100101 101011 0 1010011 1010001 1101 101100110 1001001 110011

Color Harmonies of #DD252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD252B

Black with #DD252B

Text Example


Text Example

White with #DD252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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