Html Css Color HEX #DD5346 Valencia

📋 copy color: '#DD5346'

red 221 ◦ green 83 ◦ blue 70

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

Shades of Valencia #DD5346

Tints of Valencia #DD5346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.72%

R = 59.09%
G = 22.19%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD5346 (or 0xDD5346) is known color: Valencia. HEX triplet: DD, 53 and 46. RGB value is (221,83,70). Sum of RGB (Red+Green+Blue) = 221+83+70=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5346 is #22ACB9. Grayscale: #7A7A7A. Windows color (decimal): -2272442 or 4608989. OLE color: 4608989.

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

Color convert

RGB 221 83 70 -
CMYK 0 0.62 0.68 0.13
HSL 5.17º 0.69% 0.57% -
HSV(B) 5.17º 0.68% 0.87% -
XYZ 34.02 22 8.25 -
YUV 122.78 98.22 198.06 -
System Red Green Blue C M Y K H S L
Decimal 221 83 70 0 0.62 0.68 0.13 5.17 0.69 0.57
Hex DD 53 46 0 3E 44 D 5 45 39
Octal 335 123 106 0 76 104 15 5 105 71
Binary 11011101 1010011 1000110 0 111110 1000100 1101 101 1000101 111001

Color Harmonies of #DD5346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5346

Black with #DD5346

Text Example


Text Example

White with #DD5346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5346; }

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

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

background-color css

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

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

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

border-color css

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

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

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