Html Css Color HEX #DD4E42 Valencia

📋 copy color: '#DD4E42'

red 221 ◦ green 78 ◦ blue 66

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

Shades of Valencia #DD4E42

Tints of Valencia #DD4E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.08%

R = 60.55%
G = 21.37%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD4E42 (or 0xDD4E42) is known color: Valencia. HEX triplet: DD, 4E and 42. RGB value is (221,78,66). Sum of RGB (Red+Green+Blue) = 221+78+66=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E42 is #22B1BD. Grayscale: #777777. Windows color (decimal): -2273726 or 4345565. OLE color: 4345565.

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

Color convert

RGB 221 78 66 -
CMYK 0 0.65 0.70 0.13
HSL 4.65º 0.7% 0.56% -
HSV(B) 4.65º 0.7% 0.87% -
XYZ 33.53 21.21 7.48 -
YUV 119.39 97.88 200.48 -
System Red Green Blue C M Y K H S L
Decimal 221 78 66 0 0.65 0.70 0.13 4.65 0.7 0.56
Hex DD 4E 42 0 41 46 D 5 46 38
Octal 335 116 102 0 101 106 15 5 106 70
Binary 11011101 1001110 1000010 0 1000001 1000110 1101 101 1000110 111000

Color Harmonies of #DD4E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4E42

Black with #DD4E42

Text Example


Text Example

White with #DD4E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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