Html Css Color HEX #DD383C Alizarin

📋 copy color: '#DD383C'

red 221 ◦ green 56 ◦ blue 60

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

Shades of Alizarin #DD383C

Tints of Alizarin #DD383C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.62%

 BLUE value IS 60 (23.83% from 255) = 17.8%

R = 65.58%
G = 16.62%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD383C (or 0xDD383C) is known color: Alizarin. HEX triplet: DD, 38 and 3C. RGB value is (221,56,60). Sum of RGB (Red+Green+Blue) = 221+56+60=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD383C is #22C7C3. Grayscale: #696969. Windows color (decimal): -2279364 or 3946717. OLE color: 3946717.

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

Color convert

RGB 221 56 60 -
CMYK 0 0.75 0.73 0.13
HSL 358.55º 0.71% 0.54% -
HSV(B) 358.55º 0.75% 0.87% -
XYZ 32.05 18.53 6.16 -
YUV 105.79 102.16 210.17 -
System Red Green Blue C M Y K H S L
Decimal 221 56 60 0 0.75 0.73 0.13 358.55 0.71 0.54
Hex DD 38 3C 0 4B 49 D 167 47 36
Octal 335 70 74 0 113 111 15 547 107 66
Binary 11011101 111000 111100 0 1001011 1001001 1101 101100111 1000111 110110

Color Harmonies of #DD383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD383C

Black with #DD383C

Text Example


Text Example

White with #DD383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD383C; }

 p { color: rgb(221,56,60); }

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

background-color css

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

 a { background-color: rgb(221,56,60); }

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

border-color css

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

 span { border-color: rgb(221,56,60); }

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