Html Css Color HEX #D55947 Valencia

📋 copy color: '#D55947'

red 213 ◦ green 89 ◦ blue 71

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

Shades of Valencia #D55947

Tints of Valencia #D55947

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.86%

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

R = 57.1%
G = 23.86%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D55947 (or 0xD55947) is known color: Valencia. HEX triplet: D5, 59 and 47. RGB value is (213,89,71). Sum of RGB (Red+Green+Blue) = 213+89+71=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D55947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55947 is #2AA6B8. Grayscale: #7C7C7C. Windows color (decimal): -2795193 or 4676053. OLE color: 4676053.

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

Color convert

RGB 213 89 71 -
CMYK 0 0.58 0.67 0.16
HSL 7.61º 0.63% 0.56% -
HSV(B) 7.61º 0.67% 0.84% -
XYZ 32.15 21.75 8.46 -
YUV 124.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 213 89 71 0 0.58 0.67 0.16 7.61 0.63 0.56
Hex D5 59 47 0 3A 43 10 8 3F 38
Octal 325 131 107 0 72 103 20 10 77 70
Binary 11010101 1011001 1000111 0 111010 1000011 10000 1000 111111 111000

Color Harmonies of #D55947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55947

Black with #D55947

Text Example


Text Example

White with #D55947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55947; }

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

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

background-color css

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

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

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

border-color css

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

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

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