Html Css Color HEX #DF514C Valencia

📋 copy color: '#DF514C'

red 223 ◦ green 81 ◦ blue 76

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

Shades of Valencia #DF514C

Tints of Valencia #DF514C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20%

R = 58.68%
G = 21.32%
B = 20%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF514C (or 0xDF514C) is known color: Valencia. HEX triplet: DF, 51 and 4C. RGB value is (223,81,76). Sum of RGB (Red+Green+Blue) = 223+81+76=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF514C is #20AEB3. Grayscale: #7B7B7B. Windows color (decimal): -2141876 or 5001695. OLE color: 5001695.

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

Color convert

RGB 223 81 76 -
CMYK 0 0.64 0.66 0.13
HSL 2.04º 0.7% 0.59% -
HSV(B) 2.04º 0.66% 0.87% -
XYZ 34.68 22.09 9.27 -
YUV 122.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 223 81 76 0 0.64 0.66 0.13 2.04 0.7 0.59
Hex DF 51 4C 0 40 42 D 2 46 3B
Octal 337 121 114 0 100 102 15 2 106 73
Binary 11011111 1010001 1001100 0 1000000 1000010 1101 10 1000110 111011

Color Harmonies of #DF514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF514C

Black with #DF514C

Text Example


Text Example

White with #DF514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF514C; }

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

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

background-color css

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

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

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

border-color css

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

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

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