Html Css Color HEX #D5574C Valencia

📋 copy color: '#D5574C'

red 213 ◦ green 87 ◦ blue 76

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

Shades of Valencia #D5574C

Tints of Valencia #D5574C

RGB

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

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

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

R = 56.65%
G = 23.14%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5574C (or 0xD5574C) is known color: Valencia. HEX triplet: D5, 57 and 4C. RGB value is (213,87,76). Sum of RGB (Red+Green+Blue) = 213+87+76=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5574C is #2AA8B3. Grayscale: #7B7B7B. Windows color (decimal): -2795700 or 5003221. OLE color: 5003221.

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

Color convert

RGB 213 87 76 -
CMYK 0 0.59 0.64 0.16
HSL 4.82º 0.62% 0.57% -
HSV(B) 4.82º 0.64% 0.84% -
XYZ 32.15 21.48 9.29 -
YUV 123.42 101.24 191.89 -
System Red Green Blue C M Y K H S L
Decimal 213 87 76 0 0.59 0.64 0.16 4.82 0.62 0.57
Hex D5 57 4C 0 3B 40 10 5 3E 39
Octal 325 127 114 0 73 100 20 5 76 71
Binary 11010101 1010111 1001100 0 111011 1000000 10000 101 111110 111001

Color Harmonies of #D5574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5574C

Black with #D5574C

Text Example


Text Example

White with #D5574C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5574C; }

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

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

background-color css

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

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

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

border-color css

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

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

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