Html Css Color HEX #DD4E48 Valencia

📋 copy color: '#DD4E48'

red 221 ◦ green 78 ◦ blue 72

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

Shades of Valencia #DD4E48

Tints of Valencia #DD4E48

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.02%

 BLUE value IS 72 (28.52% from 255) = 19.41%

R = 59.57%
G = 21.02%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD4E48 (or 0xDD4E48) is known color: Valencia. HEX triplet: DD, 4E and 48. RGB value is (221,78,72). Sum of RGB (Red+Green+Blue) = 221+78+72=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E48 is #22B1B7. Grayscale: #787878. Windows color (decimal): -2273720 or 4738781. OLE color: 4738781.

HSL color Cylindrical-coordinate representation of color #DD4E48: hue angle of 2.42º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4E48 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 78 72 -
CMYK 0 0.65 0.67 0.13
HSL 2.42º 0.69% 0.57% -
HSV(B) 2.42º 0.67% 0.87% -
XYZ 33.71 21.29 8.46 -
YUV 120.07 100.88 199.99 -
System Red Green Blue C M Y K H S L
Decimal 221 78 72 0 0.65 0.67 0.13 2.42 0.69 0.57
Hex DD 4E 48 0 41 43 D 2 45 39
Octal 335 116 110 0 101 103 15 2 105 71
Binary 11011101 1001110 1001000 0 1000001 1000011 1101 10 1000101 111001

Color Harmonies of #DD4E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4E48

Black with #DD4E48

Text Example


Text Example

White with #DD4E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4E48; }

 p { color: rgb(221,78,72); }

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

background-color css

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

 a { background-color: rgb(221,78,72); }

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

border-color css

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

 span { border-color: rgb(221,78,72); }

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