Html Css Color HEX #D5644F Flamingo

📋 copy color: '#D5644F'

red 213 ◦ green 100 ◦ blue 79

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

Shades of Flamingo #D5644F

Tints of Flamingo #D5644F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.51%

 BLUE value IS 79 (31.25% from 255) = 20.15%

R = 54.34%
G = 25.51%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5644F (or 0xD5644F) is known color: Flamingo. HEX triplet: D5, 64 and 4F. RGB value is (213,100,79). Sum of RGB (Red+Green+Blue) = 213+100+79=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5644F is #2A9BB0. Grayscale: #838383. Windows color (decimal): -2792369 or 5203157. OLE color: 5203157.

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

Color convert

RGB 213 100 79 -
CMYK 0 0.53 0.63 0.16
HSL 9.4º 0.61% 0.57% -
HSV(B) 9.4º 0.63% 0.84% -
XYZ 33.41 23.82 10.23 -
YUV 131.39 98.44 186.21 -
System Red Green Blue C M Y K H S L
Decimal 213 100 79 0 0.53 0.63 0.16 9.4 0.61 0.57
Hex D5 64 4F 0 35 3F 10 9 3D 39
Octal 325 144 117 0 65 77 20 11 75 71
Binary 11010101 1100100 1001111 0 110101 111111 10000 1001 111101 111001

Color Harmonies of #D5644F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5644F

Black with #D5644F

Text Example


Text Example

White with #D5644F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5644F; }

 p { color: rgb(213,100,79); }

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

background-color css

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

 a { background-color: rgb(213,100,79); }

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

border-color css

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

 span { border-color: rgb(213,100,79); }

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