Html Css Color HEX #D55747 Valencia

📋 copy color: '#D55747'

red 213 ◦ green 87 ◦ blue 71

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

Shades of Valencia #D55747

Tints of Valencia #D55747

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.45%

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

R = 57.41%
G = 23.45%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D55747 (or 0xD55747) is known color: Valencia. HEX triplet: D5, 57 and 47. RGB value is (213,87,71). Sum of RGB (Red+Green+Blue) = 213+87+71=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D55747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55747 is #2AA8B8. Grayscale: #7B7B7B. Windows color (decimal): -2795705 or 4675541. OLE color: 4675541.

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

Color convert

RGB 213 87 71 -
CMYK 0 0.59 0.67 0.16
HSL 6.76º 0.63% 0.56% -
HSV(B) 6.76º 0.67% 0.84% -
XYZ 31.99 21.42 8.41 -
YUV 122.85 98.74 192.3 -
System Red Green Blue C M Y K H S L
Decimal 213 87 71 0 0.59 0.67 0.16 6.76 0.63 0.56
Hex D5 57 47 0 3B 43 10 7 3F 38
Octal 325 127 107 0 73 103 20 7 77 70
Binary 11010101 1010111 1000111 0 111011 1000011 10000 111 111111 111000

Color Harmonies of #D55747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55747

Black with #D55747

Text Example


Text Example

White with #D55747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55747; }

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

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

background-color css

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

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

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

border-color css

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

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

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