Html Css Color HEX #DD3038 Alizarin

📋 copy color: '#DD3038'

red 221 ◦ green 48 ◦ blue 56

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

Shades of Alizarin #DD3038

Tints of Alizarin #DD3038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.77%

 BLUE value IS 56 (22.27% from 255) = 17.23%

R = 68%
G = 14.77%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD3038 (or 0xDD3038) is known color: Alizarin. HEX triplet: DD, 30 and 38. RGB value is (221,48,56). Sum of RGB (Red+Green+Blue) = 221+48+56=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3038 is #22CFC7. Grayscale: #646464. Windows color (decimal): -2281416 or 3682525. OLE color: 3682525.

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

Color convert

RGB 221 48 56 -
CMYK 0 0.78 0.75 0.13
HSL 357.23º 0.72% 0.53% -
HSV(B) 357.23º 0.78% 0.87% -
XYZ 31.59 17.77 5.51 -
YUV 100.64 102.81 213.85 -
System Red Green Blue C M Y K H S L
Decimal 221 48 56 0 0.78 0.75 0.13 357.23 0.72 0.53
Hex DD 30 38 0 4E 4B D 165 48 35
Octal 335 60 70 0 116 113 15 545 110 65
Binary 11011101 110000 111000 0 1001110 1001011 1101 101100101 1001000 110101

Color Harmonies of #DD3038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3038

Black with #DD3038

Text Example


Text Example

White with #DD3038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3038; }

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

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

background-color css

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

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

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

border-color css

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

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

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