Html Css Color HEX #D7614D Flamingo

📋 copy color: '#D7614D'

red 215 ◦ green 97 ◦ blue 77

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

Shades of Flamingo #D7614D

Tints of Flamingo #D7614D

RGB

 RED value IS 215 (84.38% from 255) = 55.27%

 GREEN value IS 97 (38.28% from 255) = 24.94%

 BLUE value IS 77 (30.47% from 255) = 19.79%

R = 55.27%
G = 24.94%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D7614D (or 0xD7614D) is known color: Flamingo. HEX triplet: D7, 61 and 4D. RGB value is (215,97,77). Sum of RGB (Red+Green+Blue) = 215+97+77=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D7614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7614D is #289EB2. Grayscale: #828282. Windows color (decimal): -2662067 or 5071319. OLE color: 5071319.

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

Color convert

RGB 215 97 77 -
CMYK 0 0.55 0.64 0.16
HSL 8.7º 0.63% 0.57% -
HSV(B) 8.7º 0.64% 0.84% -
XYZ 33.64 23.53 9.79 -
YUV 130 98.09 188.63 -
System Red Green Blue C M Y K H S L
Decimal 215 97 77 0 0.55 0.64 0.16 8.7 0.63 0.57
Hex D7 61 4D 0 37 40 10 9 3F 39
Octal 327 141 115 0 67 100 20 11 77 71
Binary 11010111 1100001 1001101 0 110111 1000000 10000 1001 111111 111001

Color Harmonies of #D7614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7614D

Black with #D7614D

Text Example


Text Example

White with #D7614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7614D; }

 p { color: rgb(215,97,77); }

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

background-color css

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

 a { background-color: rgb(215,97,77); }

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

border-color css

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

 span { border-color: rgb(215,97,77); }

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