Html Css Color HEX #DD4A44 Valencia

📋 copy color: '#DD4A44'

red 221 ◦ green 74 ◦ blue 68

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

Shades of Valencia #DD4A44

Tints of Valencia #DD4A44

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.39%

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

R = 60.88%
G = 20.39%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD4A44 (or 0xDD4A44) is known color: Valencia. HEX triplet: DD, 4A and 44. RGB value is (221,74,68). Sum of RGB (Red+Green+Blue) = 221+74+68=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A44 is #22B5BB. Grayscale: #757575. Windows color (decimal): -2274748 or 4475613. OLE color: 4475613.

HSL color Cylindrical-coordinate representation of color #DD4A44: hue angle of 2.35º 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 #DD4A44 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 74 68 -
CMYK 0 0.67 0.69 0.13
HSL 2.35º 0.69% 0.57% -
HSV(B) 2.35º 0.69% 0.87% -
XYZ 33.31 20.69 7.71 -
YUV 117.27 100.2 201.99 -
System Red Green Blue C M Y K H S L
Decimal 221 74 68 0 0.67 0.69 0.13 2.35 0.69 0.57
Hex DD 4A 44 0 43 45 D 2 45 39
Octal 335 112 104 0 103 105 15 2 105 71
Binary 11011101 1001010 1000100 0 1000011 1000101 1101 10 1000101 111001

Color Harmonies of #DD4A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4A44

Black with #DD4A44

Text Example


Text Example

White with #DD4A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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