Html Css Color HEX #D5574E Valencia

📋 copy color: '#D5574E'

red 213 ◦ green 87 ◦ blue 78

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

Shades of Valencia #D5574E

Tints of Valencia #D5574E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.02%

 BLUE value IS 78 (30.86% from 255) = 20.63%

R = 56.35%
G = 23.02%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5574E (or 0xD5574E) is known color: Valencia. HEX triplet: D5, 57 and 4E. RGB value is (213,87,78). Sum of RGB (Red+Green+Blue) = 213+87+78=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D5574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5574E is #2AA8B1. Grayscale: #7B7B7B. Windows color (decimal): -2795698 or 5134293. OLE color: 5134293.

HSL color Cylindrical-coordinate representation of color #D5574E: hue angle of 4º degrees, saturation: 0.62, 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 #D5574E is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 87 78 -
CMYK 0 0.59 0.63 0.16
HSL 0.62% 0.57% -
HSV(B) 0.63% 0.84% -
XYZ 32.22 21.51 9.66 -
YUV 123.65 102.24 191.73 -
System Red Green Blue C M Y K H S L
Decimal 213 87 78 0 0.59 0.63 0.16 4 0.62 0.57
Hex D5 57 4E 0 3B 3F 10 4 3E 39
Octal 325 127 116 0 73 77 20 4 76 71
Binary 11010101 1010111 1001110 0 111011 111111 10000 100 111110 111001

Color Harmonies of #D5574E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5574E

Black with #D5574E

Text Example


Text Example

White with #D5574E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5574E; }

 p { color: rgb(213,87,78); }

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

background-color css

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

 a { background-color: rgb(213,87,78); }

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

border-color css

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

 span { border-color: rgb(213,87,78); }

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