Html Css Color HEX #D5574B Valencia

📋 copy color: '#D5574B'

red 213 ◦ green 87 ◦ blue 75

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

Shades of Valencia #D5574B

Tints of Valencia #D5574B

RGB

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

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

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

R = 56.8%
G = 23.2%
B = 20%

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

#D5574B (or 0xD5574B) is known color: Valencia. HEX triplet: D5, 57 and 4B. RGB value is (213,87,75). Sum of RGB (Red+Green+Blue) = 213+87+75=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5574B is #2AA8B4. Grayscale: #7B7B7B. Windows color (decimal): -2795701 or 4937685. OLE color: 4937685.

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

Color convert

RGB 213 87 75 -
CMYK 0 0.59 0.65 0.16
HSL 5.22º 0.62% 0.56% -
HSV(B) 5.22º 0.65% 0.84% -
XYZ 32.12 21.47 9.11 -
YUV 123.31 100.74 191.98 -
System Red Green Blue C M Y K H S L
Decimal 213 87 75 0 0.59 0.65 0.16 5.22 0.62 0.56
Hex D5 57 4B 0 3B 41 10 5 3E 38
Octal 325 127 113 0 73 101 20 5 76 70
Binary 11010101 1010111 1001011 0 111011 1000001 10000 101 111110 111000

Color Harmonies of #D5574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5574B

Black with #D5574B

Text Example


Text Example

White with #D5574B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5574B; }

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

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

background-color css

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

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

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

border-color css

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

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

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