Html Css Color HEX #D5524E Valencia

📋 copy color: '#D5524E'

red 213 ◦ green 82 ◦ blue 78

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

Shades of Valencia #D5524E

Tints of Valencia #D5524E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.98%

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

R = 57.1%
G = 21.98%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5524E (or 0xD5524E) is known color: Valencia. HEX triplet: D5, 52 and 4E. RGB value is (213,82,78). Sum of RGB (Red+Green+Blue) = 213+82+78=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5524E is #2AADB1. Grayscale: #787878. Windows color (decimal): -2796978 or 5133013. OLE color: 5133013.

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

Color convert

RGB 213 82 78 -
CMYK 0 0.62 0.63 0.16
HSL 1.78º 0.62% 0.57% -
HSV(B) 1.78º 0.63% 0.84% -
XYZ 31.83 20.73 9.53 -
YUV 120.71 103.9 193.83 -
System Red Green Blue C M Y K H S L
Decimal 213 82 78 0 0.62 0.63 0.16 1.78 0.62 0.57
Hex D5 52 4E 0 3E 3F 10 2 3E 39
Octal 325 122 116 0 76 77 20 2 76 71
Binary 11010101 1010010 1001110 0 111110 111111 10000 10 111110 111001

Color Harmonies of #D5524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5524E

Black with #D5524E

Text Example


Text Example

White with #D5524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5524E; }

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

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

background-color css

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

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

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

border-color css

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

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

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