Html Css Color HEX #DF5351 Valencia

📋 copy color: '#DF5351'

red 223 ◦ green 83 ◦ blue 81

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

Shades of Valencia #DF5351

Tints of Valencia #DF5351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.45%

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

R = 57.62%
G = 21.45%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF5351 (or 0xDF5351) is known color: Valencia. HEX triplet: DF, 53 and 51. RGB value is (223,83,81). Sum of RGB (Red+Green+Blue) = 223+83+81=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5351 is #20ACAE. Grayscale: #7C7C7C. Windows color (decimal): -2141359 or 5329887. OLE color: 5329887.

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

Color convert

RGB 223 83 81 -
CMYK 0 0.63 0.64 0.13
HSL 0.85º 0.69% 0.6% -
HSV(B) 0.85º 0.64% 0.87% -
XYZ 35.01 22.47 10.28 -
YUV 124.63 103.38 198.16 -
System Red Green Blue C M Y K H S L
Decimal 223 83 81 0 0.63 0.64 0.13 0.85 0.69 0.6
Hex DF 53 51 0 3F 40 D 1 45 3C
Octal 337 123 121 0 77 100 15 1 105 74
Binary 11011111 1010011 1010001 0 111111 1000000 1101 1 1000101 111100

Color Harmonies of #DF5351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5351

Black with #DF5351

Text Example


Text Example

White with #DF5351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5351; }

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

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

background-color css

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

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

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

border-color css

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

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

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