Html Css Color HEX #DD5B51 Valencia

📋 copy color: '#DD5B51'

red 221 ◦ green 91 ◦ blue 81

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

Shades of Valencia #DD5B51

Tints of Valencia #DD5B51

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.16%

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

R = 56.23%
G = 23.16%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD5B51 (or 0xDD5B51) is known color: Valencia. HEX triplet: DD, 5B and 51. RGB value is (221,91,81). Sum of RGB (Red+Green+Blue) = 221+91+81=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5B51 is #22A4AE. Grayscale: #808080. Windows color (decimal): -2270383 or 5331933. OLE color: 5331933.

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

Color convert

RGB 221 91 81 -
CMYK 0 0.59 0.63 0.13
HSL 4.29º 0.67% 0.59% -
HSV(B) 4.29º 0.63% 0.87% -
XYZ 35.05 23.45 10.46 -
YUV 128.73 101.07 193.81 -
System Red Green Blue C M Y K H S L
Decimal 221 91 81 0 0.59 0.63 0.13 4.29 0.67 0.59
Hex DD 5B 51 0 3B 3F D 4 43 3B
Octal 335 133 121 0 73 77 15 4 103 73
Binary 11011101 1011011 1010001 0 111011 111111 1101 100 1000011 111011

Color Harmonies of #DD5B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5B51

Black with #DD5B51

Text Example


Text Example

White with #DD5B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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