Html Css Color HEX #D5534F Valencia

📋 copy color: '#D5534F'

red 213 ◦ green 83 ◦ blue 79

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

Shades of Valencia #D5534F

Tints of Valencia #D5534F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.13%

 BLUE value IS 79 (31.25% from 255) = 21.07%

R = 56.8%
G = 22.13%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5534F (or 0xD5534F) is known color: Valencia. HEX triplet: D5, 53 and 4F. RGB value is (213,83,79). Sum of RGB (Red+Green+Blue) = 213+83+79=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5534F is #2AACB0. Grayscale: #797979. Windows color (decimal): -2796721 or 5198805. OLE color: 5198805.

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

Color convert

RGB 213 83 79 -
CMYK 0 0.61 0.63 0.16
HSL 1.79º 0.61% 0.57% -
HSV(B) 1.79º 0.63% 0.84% -
XYZ 31.95 20.9 9.75 -
YUV 121.41 104.07 193.33 -
System Red Green Blue C M Y K H S L
Decimal 213 83 79 0 0.61 0.63 0.16 1.79 0.61 0.57
Hex D5 53 4F 0 3D 3F 10 2 3D 39
Octal 325 123 117 0 75 77 20 2 75 71
Binary 11010101 1010011 1001111 0 111101 111111 10000 10 111101 111001

Color Harmonies of #D5534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5534F

Black with #D5534F

Text Example


Text Example

White with #D5534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5534F; }

 p { color: rgb(213,83,79); }

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

background-color css

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

 a { background-color: rgb(213,83,79); }

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

border-color css

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

 span { border-color: rgb(213,83,79); }

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