Html Css Color HEX #D5524B Valencia

📋 copy color: '#D5524B'

red 213 ◦ green 82 ◦ blue 75

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

Shades of Valencia #D5524B

Tints of Valencia #D5524B

RGB

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

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

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

R = 57.57%
G = 22.16%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5524B (or 0xD5524B) is known color: Valencia. HEX triplet: D5, 52 and 4B. RGB value is (213,82,75). Sum of RGB (Red+Green+Blue) = 213+82+75=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D5524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5524B is #2AADB4. Grayscale: #787878. Windows color (decimal): -2796981 or 4936405. OLE color: 4936405.

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

Color convert

RGB 213 82 75 -
CMYK 0 0.62 0.65 0.16
HSL 3.04º 0.62% 0.56% -
HSV(B) 3.04º 0.65% 0.84% -
XYZ 31.73 20.69 8.98 -
YUV 120.37 102.4 194.07 -
System Red Green Blue C M Y K H S L
Decimal 213 82 75 0 0.62 0.65 0.16 3.04 0.62 0.56
Hex D5 52 4B 0 3E 41 10 3 3E 38
Octal 325 122 113 0 76 101 20 3 76 70
Binary 11010101 1010010 1001011 0 111110 1000001 10000 11 111110 111000

Color Harmonies of #D5524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5524B

Black with #D5524B

Text Example


Text Example

White with #D5524B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5524B; }

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

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

background-color css

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

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

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

border-color css

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

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

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