Html Css Color HEX #DD4C44 Valencia

📋 copy color: '#DD4C44'

red 221 ◦ green 76 ◦ blue 68

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

Shades of Valencia #DD4C44

Tints of Valencia #DD4C44

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.82%

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

R = 60.55%
G = 20.82%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD4C44 (or 0xDD4C44) is known color: Valencia. HEX triplet: DD, 4C and 44. RGB value is (221,76,68). Sum of RGB (Red+Green+Blue) = 221+76+68=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C44 is #22B3BB. Grayscale: #767676. Windows color (decimal): -2274236 or 4476125. OLE color: 4476125.

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

Color convert

RGB 221 76 68 -
CMYK 0 0.66 0.69 0.13
HSL 3.14º 0.69% 0.57% -
HSV(B) 3.14º 0.69% 0.87% -
XYZ 33.45 20.96 7.75 -
YUV 118.44 99.54 201.15 -
System Red Green Blue C M Y K H S L
Decimal 221 76 68 0 0.66 0.69 0.13 3.14 0.69 0.57
Hex DD 4C 44 0 42 45 D 3 45 39
Octal 335 114 104 0 102 105 15 3 105 71
Binary 11011101 1001100 1000100 0 1000010 1000101 1101 11 1000101 111001

Color Harmonies of #DD4C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C44

Black with #DD4C44

Text Example


Text Example

White with #DD4C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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