Html Css Color HEX #D5504F Valencia

📋 copy color: '#D5504F'

red 213 ◦ green 80 ◦ blue 79

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

Shades of Valencia #D5504F

Tints of Valencia #D5504F

RGB

 RED value IS 213 (83.59% from 255) = 57.26%

 GREEN value IS 80 (31.64% from 255) = 21.51%

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

R = 57.26%
G = 21.51%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5504F (or 0xD5504F) is known color: Valencia. HEX triplet: D5, 50 and 4F. RGB value is (213,80,79). Sum of RGB (Red+Green+Blue) = 213+80+79=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5504F is #2AAFB0. Grayscale: #777777. Windows color (decimal): -2797489 or 5198037. OLE color: 5198037.

HSL color Cylindrical-coordinate representation of color #D5504F: hue angle of 0.45º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5504F is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 80 79 -
CMYK 0 0.62 0.63 0.16
HSL 0.45º 0.61% 0.57% -
HSV(B) 0.45º 0.63% 0.84% -
XYZ 31.72 20.45 9.67 -
YUV 119.65 105.06 194.58 -
System Red Green Blue C M Y K H S L
Decimal 213 80 79 0 0.62 0.63 0.16 0.45 0.61 0.57
Hex D5 50 4F 0 3E 3F 10 0 3D 39
Octal 325 120 117 0 76 77 20 0 75 71
Binary 11010101 1010000 1001111 0 111110 111111 10000 0 111101 111001

Color Harmonies of #D5504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5504F

Black with #D5504F

Text Example


Text Example

White with #D5504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5504F; }

 p { color: rgb(213,80,79); }

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

background-color css

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

 a { background-color: rgb(213,80,79); }

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

border-color css

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

 span { border-color: rgb(213,80,79); }

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