Html Css Color HEX #D7614F Flamingo

📋 copy color: '#D7614F'

red 215 ◦ green 97 ◦ blue 79

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

Shades of Flamingo #D7614F

Tints of Flamingo #D7614F

RGB

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

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

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

R = 54.99%
G = 24.81%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D7614F (or 0xD7614F) is known color: Flamingo. HEX triplet: D7, 61 and 4F. RGB value is (215,97,79). Sum of RGB (Red+Green+Blue) = 215+97+79=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D7614F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7614F is #289EB0. Grayscale: #828282. Windows color (decimal): -2662065 or 5202391. OLE color: 5202391.

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

Color convert

RGB 215 97 79 -
CMYK 0 0.55 0.63 0.16
HSL 7.94º 0.63% 0.58% -
HSV(B) 7.94º 0.63% 0.84% -
XYZ 33.71 23.56 10.17 -
YUV 130.23 99.09 188.46 -
System Red Green Blue C M Y K H S L
Decimal 215 97 79 0 0.55 0.63 0.16 7.94 0.63 0.58
Hex D7 61 4F 0 37 3F 10 8 3F 3A
Octal 327 141 117 0 67 77 20 10 77 72
Binary 11010111 1100001 1001111 0 110111 111111 10000 1000 111111 111010

Color Harmonies of #D7614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7614F

Black with #D7614F

Text Example


Text Example

White with #D7614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7614F; }

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

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

background-color css

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

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

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

border-color css

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

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

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