Html Css Color HEX #D54E49 Valencia

📋 copy color: '#D54E49'

red 213 ◦ green 78 ◦ blue 73

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

Shades of Valencia #D54E49

Tints of Valencia #D54E49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.05%

R = 58.52%
G = 21.43%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D54E49 (or 0xD54E49) is known color: Valencia. HEX triplet: D5, 4E and 49. RGB value is (213,78,73). Sum of RGB (Red+Green+Blue) = 213+78+73=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54E49 is #2AB1B6. Grayscale: #757575. Windows color (decimal): -2798007 or 4804309. OLE color: 4804309.

HSL color Cylindrical-coordinate representation of color #D54E49: hue angle of 2.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D54E49 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 78 73 -
CMYK 0 0.63 0.66 0.16
HSL 2.14º 0.63% 0.56% -
HSV(B) 2.14º 0.66% 0.84% -
XYZ 31.37 20.08 8.53 -
YUV 117.8 102.73 195.91 -
System Red Green Blue C M Y K H S L
Decimal 213 78 73 0 0.63 0.66 0.16 2.14 0.63 0.56
Hex D5 4E 49 0 3F 42 10 2 3E 38
Octal 325 116 111 0 77 102 20 2 76 70
Binary 11010101 1001110 1001001 0 111111 1000010 10000 10 111110 111000

Color Harmonies of #D54E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54E49

Black with #D54E49

Text Example


Text Example

White with #D54E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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