Html Css Color HEX #DD282F Alizarin

📋 copy color: '#DD282F'

red 221 ◦ green 40 ◦ blue 47

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

Shades of Alizarin #DD282F

Tints of Alizarin #DD282F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.99%

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

R = 71.75%
G = 12.99%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD282F (or 0xDD282F) is known color: Alizarin. HEX triplet: DD, 28 and 2F. RGB value is (221,40,47). Sum of RGB (Red+Green+Blue) = 221+40+47=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD282F is #22D7D0. Grayscale: #5F5F5F. Windows color (decimal): -2283473 or 3090653. OLE color: 3090653.

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

Color convert

RGB 221 40 47 -
CMYK 0 0.82 0.79 0.13
HSL 357.68º 0.73% 0.51% -
HSV(B) 357.68º 0.82% 0.87% -
XYZ 31.09 17.09 4.35 -
YUV 94.92 100.97 217.93 -
System Red Green Blue C M Y K H S L
Decimal 221 40 47 0 0.82 0.79 0.13 357.68 0.73 0.51
Hex DD 28 2F 0 52 4F D 166 49 33
Octal 335 50 57 0 122 117 15 546 111 63
Binary 11011101 101000 101111 0 1010010 1001111 1101 101100110 1001001 110011

Color Harmonies of #DD282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD282F

Black with #DD282F

Text Example


Text Example

White with #DD282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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