Html Css Color HEX #D5574D Valencia

📋 copy color: '#D5574D'

red 213 ◦ green 87 ◦ blue 77

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

Shades of Valencia #D5574D

Tints of Valencia #D5574D

RGB

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

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

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

R = 56.5%
G = 23.08%
B = 20.42%

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

#D5574D (or 0xD5574D) is known color: Valencia. HEX triplet: D5, 57 and 4D. RGB value is (213,87,77). Sum of RGB (Red+Green+Blue) = 213+87+77=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5574D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5574D is #2AA8B2. Grayscale: #7B7B7B. Windows color (decimal): -2795699 or 5068757. OLE color: 5068757.

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

Color convert

RGB 213 87 77 -
CMYK 0 0.59 0.64 0.16
HSL 4.41º 0.62% 0.57% -
HSV(B) 4.41º 0.64% 0.84% -
XYZ 32.19 21.5 9.47 -
YUV 123.53 101.74 191.81 -
System Red Green Blue C M Y K H S L
Decimal 213 87 77 0 0.59 0.64 0.16 4.41 0.62 0.57
Hex D5 57 4D 0 3B 40 10 4 3E 39
Octal 325 127 115 0 73 100 20 4 76 71
Binary 11010101 1010111 1001101 0 111011 1000000 10000 100 111110 111001

Color Harmonies of #D5574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5574D

Black with #D5574D

Text Example


Text Example

White with #D5574D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5574D; }

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

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

background-color css

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

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

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

border-color css

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

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

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