Html Css Color HEX #DD5451 Valencia

📋 copy color: '#DD5451'

red 221 ◦ green 84 ◦ blue 81

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

Shades of Valencia #DD5451

Tints of Valencia #DD5451

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.76%

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

R = 57.25%
G = 21.76%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD5451 (or 0xDD5451) is known color: Valencia. HEX triplet: DD, 54 and 51. RGB value is (221,84,81). Sum of RGB (Red+Green+Blue) = 221+84+81=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5451 is #22ABAE. Grayscale: #7C7C7C. Windows color (decimal): -2272175 or 5330141. OLE color: 5330141.

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

Color convert

RGB 221 84 81 -
CMYK 0 0.62 0.63 0.13
HSL 1.29º 0.67% 0.59% -
HSV(B) 1.29º 0.63% 0.87% -
XYZ 34.47 22.31 10.27 -
YUV 124.62 103.39 196.74 -
System Red Green Blue C M Y K H S L
Decimal 221 84 81 0 0.62 0.63 0.13 1.29 0.67 0.59
Hex DD 54 51 0 3E 3F D 1 43 3B
Octal 335 124 121 0 76 77 15 1 103 73
Binary 11011101 1010100 1010001 0 111110 111111 1101 1 1000011 111011

Color Harmonies of #DD5451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5451

Black with #DD5451

Text Example


Text Example

White with #DD5451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5451; }

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

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

background-color css

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

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

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

border-color css

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

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

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