Html Css Color HEX #D4594D Valencia

📋 copy color: '#D4594D'

red 212 ◦ green 89 ◦ blue 77

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

Shades of Valencia #D4594D

Tints of Valencia #D4594D

RGB

 RED value IS 212 (83.2% from 255) = 56.08%

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

 BLUE value IS 77 (30.47% from 255) = 20.37%

R = 56.08%
G = 23.54%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4594D (or 0xD4594D) is known color: Valencia. HEX triplet: D4, 59 and 4D. RGB value is (212,89,77). Sum of RGB (Red+Green+Blue) = 212+89+77=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D4594D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4594D is #2BA6B2. Grayscale: #7C7C7C. Windows color (decimal): -2860723 or 5069268. OLE color: 5069268.

HSL color Cylindrical-coordinate representation of color #D4594D: hue angle of 5.33º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D4594D is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 89 77 -
CMYK 0 0.58 0.64 0.17
HSL 5.33º 0.61% 0.57% -
HSV(B) 5.33º 0.64% 0.83% -
XYZ 32.06 21.68 9.52 -
YUV 124.41 101.25 190.48 -
System Red Green Blue C M Y K H S L
Decimal 212 89 77 0 0.58 0.64 0.17 5.33 0.61 0.57
Hex D4 59 4D 0 3A 40 11 5 3D 39
Octal 324 131 115 0 72 100 21 5 75 71
Binary 11010100 1011001 1001101 0 111010 1000000 10001 101 111101 111001

Color Harmonies of #D4594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4594D

Black with #D4594D

Text Example


Text Example

White with #D4594D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4594D; }

 p { color: rgb(212,89,77); }

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

background-color css

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

 a { background-color: rgb(212,89,77); }

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

border-color css

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

 span { border-color: rgb(212,89,77); }

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