Html Css Color HEX #DD5344 Valencia

📋 copy color: '#DD5344'

red 221 ◦ green 83 ◦ blue 68

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

Shades of Valencia #DD5344

Tints of Valencia #DD5344

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.31%

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

R = 59.41%
G = 22.31%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD5344 (or 0xDD5344) is known color: Valencia. HEX triplet: DD, 53 and 44. RGB value is (221,83,68). Sum of RGB (Red+Green+Blue) = 221+83+68=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5344 is #22ACBB. Grayscale: #7A7A7A. Windows color (decimal): -2272444 or 4477917. OLE color: 4477917.

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

Color convert

RGB 221 83 68 -
CMYK 0 0.62 0.69 0.13
HSL 5.88º 0.69% 0.57% -
HSV(B) 5.88º 0.69% 0.87% -
XYZ 33.96 21.98 7.92 -
YUV 122.55 97.22 198.22 -
System Red Green Blue C M Y K H S L
Decimal 221 83 68 0 0.62 0.69 0.13 5.88 0.69 0.57
Hex DD 53 44 0 3E 45 D 6 45 39
Octal 335 123 104 0 76 105 15 6 105 71
Binary 11011101 1010011 1000100 0 111110 1000101 1101 110 1000101 111001

Color Harmonies of #DD5344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5344

Black with #DD5344

Text Example


Text Example

White with #DD5344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5344; }

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

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

background-color css

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

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

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

border-color css

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

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

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