Html Css Color HEX #DD4E47 Valencia

📋 copy color: '#DD4E47'

red 221 ◦ green 78 ◦ blue 71

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

Shades of Valencia #DD4E47

Tints of Valencia #DD4E47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.19%

R = 59.73%
G = 21.08%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD4E47 (or 0xDD4E47) is known color: Valencia. HEX triplet: DD, 4E and 47. RGB value is (221,78,71). Sum of RGB (Red+Green+Blue) = 221+78+71=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E47 is #22B1B8. Grayscale: #787878. Windows color (decimal): -2273721 or 4673245. OLE color: 4673245.

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

Color convert

RGB 221 78 71 -
CMYK 0 0.65 0.68 0.13
HSL 2.8º 0.69% 0.57% -
HSV(B) 2.8º 0.68% 0.87% -
XYZ 33.68 21.28 8.29 -
YUV 119.96 100.38 200.07 -
System Red Green Blue C M Y K H S L
Decimal 221 78 71 0 0.65 0.68 0.13 2.8 0.69 0.57
Hex DD 4E 47 0 41 44 D 3 45 39
Octal 335 116 107 0 101 104 15 3 105 71
Binary 11011101 1001110 1000111 0 1000001 1000100 1101 11 1000101 111001

Color Harmonies of #DD4E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4E47

Black with #DD4E47

Text Example


Text Example

White with #DD4E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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