Html Css Color HEX #D55647 Valencia

📋 copy color: '#D55647'

red 213 ◦ green 86 ◦ blue 71

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

Shades of Valencia #D55647

Tints of Valencia #D55647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.24%

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

R = 57.57%
G = 23.24%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D55647 (or 0xD55647) is known color: Valencia. HEX triplet: D5, 56 and 47. RGB value is (213,86,71). Sum of RGB (Red+Green+Blue) = 213+86+71=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D55647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55647 is #2AA9B8. Grayscale: #7A7A7A. Windows color (decimal): -2795961 or 4675285. OLE color: 4675285.

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

Color convert

RGB 213 86 71 -
CMYK 0 0.60 0.67 0.16
HSL 6.34º 0.63% 0.56% -
HSV(B) 6.34º 0.67% 0.84% -
XYZ 31.91 21.26 8.38 -
YUV 122.26 99.08 192.72 -
System Red Green Blue C M Y K H S L
Decimal 213 86 71 0 0.60 0.67 0.16 6.34 0.63 0.56
Hex D5 56 47 0 3C 43 10 6 3F 38
Octal 325 126 107 0 74 103 20 6 77 70
Binary 11010101 1010110 1000111 0 111100 1000011 10000 110 111111 111000

Color Harmonies of #D55647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55647

Black with #D55647

Text Example


Text Example

White with #D55647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55647; }

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

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

background-color css

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

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

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

border-color css

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

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

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