Html Css Color HEX #DF514F Valencia

📋 copy color: '#DF514F'

red 223 ◦ green 81 ◦ blue 79

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

Shades of Valencia #DF514F

Tints of Valencia #DF514F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.63%

R = 58.22%
G = 21.15%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF514F (or 0xDF514F) is known color: Valencia. HEX triplet: DF, 51 and 4F. RGB value is (223,81,79). Sum of RGB (Red+Green+Blue) = 223+81+79=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF514F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF514F is #20AEB0. Grayscale: #7B7B7B. Windows color (decimal): -2141873 or 5198303. OLE color: 5198303.

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

Color convert

RGB 223 81 79 -
CMYK 0 0.64 0.65 0.13
HSL 0.83º 0.69% 0.59% -
HSV(B) 0.83º 0.65% 0.87% -
XYZ 34.79 22.14 9.84 -
YUV 123.23 103.04 199.16 -
System Red Green Blue C M Y K H S L
Decimal 223 81 79 0 0.64 0.65 0.13 0.83 0.69 0.59
Hex DF 51 4F 0 40 41 D 1 45 3B
Octal 337 121 117 0 100 101 15 1 105 73
Binary 11011111 1010001 1001111 0 1000000 1000001 1101 1 1000101 111011

Color Harmonies of #DF514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF514F

Black with #DF514F

Text Example


Text Example

White with #DF514F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF514F; }

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

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

background-color css

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

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

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

border-color css

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

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

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