Html Css Color HEX #DF5551 Valencia

📋 copy color: '#DF5551'

red 223 ◦ green 85 ◦ blue 81

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

Shades of Valencia #DF5551

Tints of Valencia #DF5551

RGB

 RED value IS 223 (87.5% from 255) = 57.33%

 GREEN value IS 85 (33.59% from 255) = 21.85%

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

R = 57.33%
G = 21.85%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF5551 (or 0xDF5551) is known color: Valencia. HEX triplet: DF, 55 and 51. RGB value is (223,85,81). Sum of RGB (Red+Green+Blue) = 223+85+81=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5551 is #20AAAE. Grayscale: #7D7D7D. Windows color (decimal): -2140847 or 5330399. OLE color: 5330399.

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

Color convert

RGB 223 85 81 -
CMYK 0 0.62 0.64 0.13
HSL 1.69º 0.69% 0.6% -
HSV(B) 1.69º 0.64% 0.87% -
XYZ 35.17 22.78 10.33 -
YUV 125.81 102.72 197.33 -
System Red Green Blue C M Y K H S L
Decimal 223 85 81 0 0.62 0.64 0.13 1.69 0.69 0.6
Hex DF 55 51 0 3E 40 D 2 45 3C
Octal 337 125 121 0 76 100 15 2 105 74
Binary 11011111 1010101 1010001 0 111110 1000000 1101 10 1000101 111100

Color Harmonies of #DF5551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5551

Black with #DF5551

Text Example


Text Example

White with #DF5551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5551; }

 p { color: rgb(223,85,81); }

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

background-color css

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

 a { background-color: rgb(223,85,81); }

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

border-color css

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

 span { border-color: rgb(223,85,81); }

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