Html Css Color HEX #D54D47 Valencia

📋 copy color: '#D54D47'

red 213 ◦ green 77 ◦ blue 71

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

Shades of Valencia #D54D47

Tints of Valencia #D54D47

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.33%

 BLUE value IS 71 (28.13% from 255) = 19.67%

R = 59%
G = 21.33%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D54D47 (or 0xD54D47) is known color: Valencia. HEX triplet: D5, 4D and 47. RGB value is (213,77,71). Sum of RGB (Red+Green+Blue) = 213+77+71=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54D47 is #2AB2B8. Grayscale: #757575. Windows color (decimal): -2798265 or 4672981. OLE color: 4672981.

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

Color convert

RGB 213 77 71 -
CMYK 0 0.64 0.67 0.16
HSL 2.54º 0.63% 0.56% -
HSV(B) 2.54º 0.67% 0.84% -
XYZ 31.23 19.91 8.16 -
YUV 116.98 102.06 196.49 -
System Red Green Blue C M Y K H S L
Decimal 213 77 71 0 0.64 0.67 0.16 2.54 0.63 0.56
Hex D5 4D 47 0 40 43 10 3 3F 38
Octal 325 115 107 0 100 103 20 3 77 70
Binary 11010101 1001101 1000111 0 1000000 1000011 10000 11 111111 111000

Color Harmonies of #D54D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D47

Black with #D54D47

Text Example


Text Example

White with #D54D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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