Html Css Color HEX #DD363B Alizarin

📋 copy color: '#DD363B'

red 221 ◦ green 54 ◦ blue 59

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

Shades of Alizarin #DD363B

Tints of Alizarin #DD363B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.17%

 BLUE value IS 59 (23.44% from 255) = 17.66%

R = 66.17%
G = 16.17%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD363B (or 0xDD363B) is known color: Alizarin. HEX triplet: DD, 36 and 3B. RGB value is (221,54,59). Sum of RGB (Red+Green+Blue) = 221+54+59=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD363B is #22C9C4. Grayscale: #686868. Windows color (decimal): -2279877 or 3880669. OLE color: 3880669.

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

Color convert

RGB 221 54 59 -
CMYK 0 0.76 0.73 0.13
HSL 358.2º 0.71% 0.54% -
HSV(B) 358.2º 0.76% 0.87% -
XYZ 31.93 18.33 5.99 -
YUV 104.5 102.33 211.09 -
System Red Green Blue C M Y K H S L
Decimal 221 54 59 0 0.76 0.73 0.13 358.2 0.71 0.54
Hex DD 36 3B 0 4C 49 D 166 47 36
Octal 335 66 73 0 114 111 15 546 107 66
Binary 11011101 110110 111011 0 1001100 1001001 1101 101100110 1000111 110110

Color Harmonies of #DD363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD363B

Black with #DD363B

Text Example


Text Example

White with #DD363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD363B; }

 p { color: rgb(221,54,59); }

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

background-color css

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

 a { background-color: rgb(221,54,59); }

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

border-color css

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

 span { border-color: rgb(221,54,59); }

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