Html Css Color HEX #D5574A Valencia

📋 copy color: '#D5574A'

red 213 ◦ green 87 ◦ blue 74

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

Shades of Valencia #D5574A

Tints of Valencia #D5574A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.79%

R = 56.95%
G = 23.26%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5574A (or 0xD5574A) is known color: Valencia. HEX triplet: D5, 57 and 4A. RGB value is (213,87,74). Sum of RGB (Red+Green+Blue) = 213+87+74=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5574A is #2AA8B5. Grayscale: #7B7B7B. Windows color (decimal): -2795702 or 4872149. OLE color: 4872149.

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

Color convert

RGB 213 87 74 -
CMYK 0 0.59 0.65 0.16
HSL 5.61º 0.62% 0.56% -
HSV(B) 5.61º 0.65% 0.84% -
XYZ 32.08 21.46 8.93 -
YUV 123.19 100.24 192.06 -
System Red Green Blue C M Y K H S L
Decimal 213 87 74 0 0.59 0.65 0.16 5.61 0.62 0.56
Hex D5 57 4A 0 3B 41 10 6 3E 38
Octal 325 127 112 0 73 101 20 6 76 70
Binary 11010101 1010111 1001010 0 111011 1000001 10000 110 111110 111000

Color Harmonies of #D5574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5574A

Black with #D5574A

Text Example


Text Example

White with #D5574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5574A; }

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

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

background-color css

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

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

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

border-color css

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

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

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