Html Css Color HEX #D54F4D Valencia

📋 copy color: '#D54F4D'

red 213 ◦ green 79 ◦ blue 77

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

Shades of Valencia #D54F4D

Tints of Valencia #D54F4D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.41%

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

R = 57.72%
G = 21.41%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D54F4D (or 0xD54F4D) is known color: Valencia. HEX triplet: D5, 4F and 4D. RGB value is (213,79,77). Sum of RGB (Red+Green+Blue) = 213+79+77=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54F4D is #2AB0B2. Grayscale: #767676. Windows color (decimal): -2797747 or 5066709. OLE color: 5066709.

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

Color convert

RGB 213 79 77 -
CMYK 0 0.63 0.64 0.16
HSL 0.88º 0.62% 0.57% -
HSV(B) 0.88º 0.64% 0.84% -
XYZ 31.58 20.27 9.27 -
YUV 118.84 104.39 195.16 -
System Red Green Blue C M Y K H S L
Decimal 213 79 77 0 0.63 0.64 0.16 0.88 0.62 0.57
Hex D5 4F 4D 0 3F 40 10 1 3E 39
Octal 325 117 115 0 77 100 20 1 76 71
Binary 11010101 1001111 1001101 0 111111 1000000 10000 1 111110 111001

Color Harmonies of #D54F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54F4D

Black with #D54F4D

Text Example


Text Example

White with #D54F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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