Html Css Color HEX #DD5348 Valencia

📋 copy color: '#DD5348'

red 221 ◦ green 83 ◦ blue 72

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

Shades of Valencia #DD5348

Tints of Valencia #DD5348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.15%

R = 58.78%
G = 22.07%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD5348 (or 0xDD5348) is known color: Valencia. HEX triplet: DD, 53 and 48. RGB value is (221,83,72). Sum of RGB (Red+Green+Blue) = 221+83+72=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5348 is #22ACB7. Grayscale: #7B7B7B. Windows color (decimal): -2272440 or 4740061. OLE color: 4740061.

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

Color convert

RGB 221 83 72 -
CMYK 0 0.62 0.67 0.13
HSL 4.43º 0.69% 0.57% -
HSV(B) 4.43º 0.67% 0.87% -
XYZ 34.08 22.03 8.59 -
YUV 123.01 99.22 197.89 -
System Red Green Blue C M Y K H S L
Decimal 221 83 72 0 0.62 0.67 0.13 4.43 0.69 0.57
Hex DD 53 48 0 3E 43 D 4 45 39
Octal 335 123 110 0 76 103 15 4 105 71
Binary 11011101 1010011 1001000 0 111110 1000011 1101 100 1000101 111001

Color Harmonies of #DD5348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5348

Black with #DD5348

Text Example


Text Example

White with #DD5348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5348; }

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

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

background-color css

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

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

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

border-color css

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

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

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