Html Css Color HEX #DF5150 Valencia

📋 copy color: '#DF5150'

red 223 ◦ green 81 ◦ blue 80

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

Shades of Valencia #DF5150

Tints of Valencia #DF5150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.09%

 BLUE value IS 80 (31.64% from 255) = 20.83%

R = 58.07%
G = 21.09%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF5150 (or 0xDF5150) is known color: Valencia. HEX triplet: DF, 51 and 50. RGB value is (223,81,80). Sum of RGB (Red+Green+Blue) = 223+81+80=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5150 is #20AEAF. Grayscale: #7B7B7B. Windows color (decimal): -2141872 or 5263839. OLE color: 5263839.

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

Color convert

RGB 223 81 80 -
CMYK 0 0.64 0.64 0.13
HSL 0.42º 0.69% 0.59% -
HSV(B) 0.42º 0.64% 0.87% -
XYZ 34.82 22.15 10.03 -
YUV 123.34 103.54 199.08 -
System Red Green Blue C M Y K H S L
Decimal 223 81 80 0 0.64 0.64 0.13 0.42 0.69 0.59
Hex DF 51 50 0 40 40 D 0 45 3B
Octal 337 121 120 0 100 100 15 0 105 73
Binary 11011111 1010001 1010000 0 1000000 1000000 1101 0 1000101 111011

Color Harmonies of #DF5150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5150

Black with #DF5150

Text Example


Text Example

White with #DF5150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5150; }

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

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

background-color css

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

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

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

border-color css

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

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

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