Html Css Color HEX #D54E4A Valencia

📋 copy color: '#D54E4A'

red 213 ◦ green 78 ◦ blue 74

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

Shades of Valencia #D54E4A

Tints of Valencia #D54E4A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.37%

 BLUE value IS 74 (29.3% from 255) = 20.27%

R = 58.36%
G = 21.37%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D54E4A (or 0xD54E4A) is known color: Valencia. HEX triplet: D5, 4E and 4A. RGB value is (213,78,74). Sum of RGB (Red+Green+Blue) = 213+78+74=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54E4A is #2AB1B5. Grayscale: #767676. Windows color (decimal): -2798006 or 4869845. OLE color: 4869845.

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

Color convert

RGB 213 78 74 -
CMYK 0 0.63 0.65 0.16
HSL 1.73º 0.62% 0.56% -
HSV(B) 1.73º 0.65% 0.84% -
XYZ 31.4 20.09 8.7 -
YUV 117.91 103.23 195.83 -
System Red Green Blue C M Y K H S L
Decimal 213 78 74 0 0.63 0.65 0.16 1.73 0.62 0.56
Hex D5 4E 4A 0 3F 41 10 2 3E 38
Octal 325 116 112 0 77 101 20 2 76 70
Binary 11010101 1001110 1001010 0 111111 1000001 10000 10 111110 111000

Color Harmonies of #D54E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54E4A

Black with #D54E4A

Text Example


Text Example

White with #D54E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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