Html Css Color HEX #D5504C Valencia

📋 copy color: '#D5504C'

red 213 ◦ green 80 ◦ blue 76

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

Shades of Valencia #D5504C

Tints of Valencia #D5504C

RGB

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

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

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

R = 57.72%
G = 21.68%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5504C (or 0xD5504C) is known color: Valencia. HEX triplet: D5, 50 and 4C. RGB value is (213,80,76). Sum of RGB (Red+Green+Blue) = 213+80+76=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D5504C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5504C is #2AAFB3. Grayscale: #777777. Windows color (decimal): -2797492 or 5001429. OLE color: 5001429.

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

Color convert

RGB 213 80 76 -
CMYK 0 0.62 0.64 0.16
HSL 1.75º 0.62% 0.57% -
HSV(B) 1.75º 0.64% 0.84% -
XYZ 31.61 20.41 9.11 -
YUV 119.31 103.56 194.83 -
System Red Green Blue C M Y K H S L
Decimal 213 80 76 0 0.62 0.64 0.16 1.75 0.62 0.57
Hex D5 50 4C 0 3E 40 10 2 3E 39
Octal 325 120 114 0 76 100 20 2 76 71
Binary 11010101 1010000 1001100 0 111110 1000000 10000 10 111110 111001

Color Harmonies of #D5504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5504C

Black with #D5504C

Text Example


Text Example

White with #D5504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5504C; }

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

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

background-color css

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

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

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

border-color css

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

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

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