Html Css Color HEX #D4594B Valencia

📋 copy color: '#D4594B'

red 212 ◦ green 89 ◦ blue 75

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

Shades of Valencia #D4594B

Tints of Valencia #D4594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.95%

R = 56.38%
G = 23.67%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4594B (or 0xD4594B) is known color: Valencia. HEX triplet: D4, 59 and 4B. RGB value is (212,89,75). Sum of RGB (Red+Green+Blue) = 212+89+75=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D4594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4594B is #2BA6B4. Grayscale: #7C7C7C. Windows color (decimal): -2860725 or 4938196. OLE color: 4938196.

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

Color convert

RGB 212 89 75 -
CMYK 0 0.58 0.65 0.17
HSL 6.13º 0.61% 0.56% -
HSV(B) 6.13º 0.65% 0.83% -
XYZ 31.99 21.65 9.15 -
YUV 124.18 100.25 190.64 -
System Red Green Blue C M Y K H S L
Decimal 212 89 75 0 0.58 0.65 0.17 6.13 0.61 0.56
Hex D4 59 4B 0 3A 41 11 6 3D 38
Octal 324 131 113 0 72 101 21 6 75 70
Binary 11010100 1011001 1001011 0 111010 1000001 10001 110 111101 111000

Color Harmonies of #D4594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4594B

Black with #D4594B

Text Example


Text Example

White with #D4594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4594B; }

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

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

background-color css

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

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

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

border-color css

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

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

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