Html Css Color HEX #D5594C Valencia

📋 copy color: '#D5594C'

red 213 ◦ green 89 ◦ blue 76

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

Shades of Valencia #D5594C

Tints of Valencia #D5594C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.54%

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

R = 56.35%
G = 23.54%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5594C (or 0xD5594C) is known color: Valencia. HEX triplet: D5, 59 and 4C. RGB value is (213,89,76). Sum of RGB (Red+Green+Blue) = 213+89+76=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D5594C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5594C is #2AA6B3. Grayscale: #7C7C7C. Windows color (decimal): -2795188 or 5003733. OLE color: 5003733.

HSL color Cylindrical-coordinate representation of color #D5594C: hue angle of 5.69º 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 #D5594C is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 89 76 -
CMYK 0 0.58 0.64 0.16
HSL 5.69º 0.62% 0.57% -
HSV(B) 5.69º 0.64% 0.84% -
XYZ 32.32 21.81 9.34 -
YUV 124.59 100.58 191.06 -
System Red Green Blue C M Y K H S L
Decimal 213 89 76 0 0.58 0.64 0.16 5.69 0.62 0.57
Hex D5 59 4C 0 3A 40 10 6 3E 39
Octal 325 131 114 0 72 100 20 6 76 71
Binary 11010101 1011001 1001100 0 111010 1000000 10000 110 111110 111001

Color Harmonies of #D5594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5594C

Black with #D5594C

Text Example


Text Example

White with #D5594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5594C; }

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

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

background-color css

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

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

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

border-color css

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

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

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