Html Css Color HEX #DD5751 Valencia

📋 copy color: '#DD5751'

red 221 ◦ green 87 ◦ blue 81

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

Shades of Valencia #DD5751

Tints of Valencia #DD5751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.82%

R = 56.81%
G = 22.37%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD5751 (or 0xDD5751) is known color: Valencia. HEX triplet: DD, 57 and 51. RGB value is (221,87,81). Sum of RGB (Red+Green+Blue) = 221+87+81=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5751 is #22A8AE. Grayscale: #7E7E7E. Windows color (decimal): -2271407 or 5330909. OLE color: 5330909.

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

Color convert

RGB 221 87 81 -
CMYK 0 0.61 0.63 0.13
HSL 2.57º 0.67% 0.59% -
HSV(B) 2.57º 0.63% 0.87% -
XYZ 34.71 22.78 10.35 -
YUV 126.38 102.39 195.49 -
System Red Green Blue C M Y K H S L
Decimal 221 87 81 0 0.61 0.63 0.13 2.57 0.67 0.59
Hex DD 57 51 0 3D 3F D 3 43 3B
Octal 335 127 121 0 75 77 15 3 103 73
Binary 11011101 1010111 1010001 0 111101 111111 1101 11 1000011 111011

Color Harmonies of #DD5751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5751

Black with #DD5751

Text Example


Text Example

White with #DD5751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5751; }

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

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

background-color css

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

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

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

border-color css

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

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

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