Html Css Color HEX #DD5745 Valencia

📋 copy color: '#DD5745'

red 221 ◦ green 87 ◦ blue 69

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

Shades of Valencia #DD5745

Tints of Valencia #DD5745

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.08%

 BLUE value IS 69 (27.34% from 255) = 18.3%

R = 58.62%
G = 23.08%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD5745 (or 0xDD5745) is known color: Valencia. HEX triplet: DD, 57 and 45. RGB value is (221,87,69). Sum of RGB (Red+Green+Blue) = 221+87+69=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5745 is #22A8BA. Grayscale: #7D7D7D. Windows color (decimal): -2271419 or 4544477. OLE color: 4544477.

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

Color convert

RGB 221 87 69 -
CMYK 0 0.61 0.69 0.13
HSL 7.11º 0.69% 0.57% -
HSV(B) 7.11º 0.69% 0.87% -
XYZ 34.3 22.62 8.19 -
YUV 125.01 96.39 196.46 -
System Red Green Blue C M Y K H S L
Decimal 221 87 69 0 0.61 0.69 0.13 7.11 0.69 0.57
Hex DD 57 45 0 3D 45 D 7 45 39
Octal 335 127 105 0 75 105 15 7 105 71
Binary 11011101 1010111 1000101 0 111101 1000101 1101 111 1000101 111001

Color Harmonies of #DD5745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5745

Black with #DD5745

Text Example


Text Example

White with #DD5745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5745; }

 p { color: rgb(221,87,69); }

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

background-color css

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

 a { background-color: rgb(221,87,69); }

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

border-color css

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

 span { border-color: rgb(221,87,69); }

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