Html Css Color HEX #DD252F Alizarin

📋 copy color: '#DD252F'

red 221 ◦ green 37 ◦ blue 47

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

Shades of Alizarin #DD252F

Tints of Alizarin #DD252F

RGB

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

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

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

R = 72.46%
G = 12.13%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD252F (or 0xDD252F) is known color: Alizarin. HEX triplet: DD, 25 and 2F. RGB value is (221,37,47). Sum of RGB (Red+Green+Blue) = 221+37+47=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD252F is #22DAD0. Grayscale: #5D5D5D. Windows color (decimal): -2284241 or 3089885. OLE color: 3089885.

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

Color convert

RGB 221 37 47 -
CMYK 0 0.83 0.79 0.13
HSL 356.74º 0.73% 0.51% -
HSV(B) 356.74º 0.83% 0.87% -
XYZ 30.99 16.9 4.32 -
YUV 93.16 101.96 219.19 -
System Red Green Blue C M Y K H S L
Decimal 221 37 47 0 0.83 0.79 0.13 356.74 0.73 0.51
Hex DD 25 2F 0 53 4F D 165 49 33
Octal 335 45 57 0 123 117 15 545 111 63
Binary 11011101 100101 101111 0 1010011 1001111 1101 101100101 1001001 110011

Color Harmonies of #DD252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD252F

Black with #DD252F

Text Example


Text Example

White with #DD252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD252F; }

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

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

background-color css

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

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

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

border-color css

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

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

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