Html Css Color HEX #DD4E44 Valencia

📋 copy color: '#DD4E44'

red 221 ◦ green 78 ◦ blue 68

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

Shades of Valencia #DD4E44

Tints of Valencia #DD4E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.53%

R = 60.22%
G = 21.25%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD4E44 (or 0xDD4E44) is known color: Valencia. HEX triplet: DD, 4E and 44. RGB value is (221,78,68). Sum of RGB (Red+Green+Blue) = 221+78+68=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E44 is #22B1BB. Grayscale: #777777. Windows color (decimal): -2273724 or 4476637. OLE color: 4476637.

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

Color convert

RGB 221 78 68 -
CMYK 0 0.65 0.69 0.13
HSL 3.92º 0.69% 0.57% -
HSV(B) 3.92º 0.69% 0.87% -
XYZ 33.59 21.24 7.8 -
YUV 119.62 98.88 200.31 -
System Red Green Blue C M Y K H S L
Decimal 221 78 68 0 0.65 0.69 0.13 3.92 0.69 0.57
Hex DD 4E 44 0 41 45 D 4 45 39
Octal 335 116 104 0 101 105 15 4 105 71
Binary 11011101 1001110 1000100 0 1000001 1000101 1101 100 1000101 111001

Color Harmonies of #DD4E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4E44

Black with #DD4E44

Text Example


Text Example

White with #DD4E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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