Html Css Color HEX #D7614A Flamingo

📋 copy color: '#D7614A'

red 215 ◦ green 97 ◦ blue 74

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

Shades of Flamingo #D7614A

Tints of Flamingo #D7614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.17%

R = 55.7%
G = 25.13%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7614A (or 0xD7614A) is known color: Flamingo. HEX triplet: D7, 61 and 4A. RGB value is (215,97,74). Sum of RGB (Red+Green+Blue) = 215+97+74=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D7614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7614A is #289EB5. Grayscale: #818181. Windows color (decimal): -2662070 or 4874711. OLE color: 4874711.

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

Color convert

RGB 215 97 74 -
CMYK 0 0.55 0.66 0.16
HSL 9.79º 0.64% 0.57% -
HSV(B) 9.79º 0.66% 0.84% -
XYZ 33.54 23.49 9.25 -
YUV 129.66 96.59 188.87 -
System Red Green Blue C M Y K H S L
Decimal 215 97 74 0 0.55 0.66 0.16 9.79 0.64 0.57
Hex D7 61 4A 0 37 42 10 A 40 39
Octal 327 141 112 0 67 102 20 12 100 71
Binary 11010111 1100001 1001010 0 110111 1000010 10000 1010 1000000 111001

Color Harmonies of #D7614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7614A

Black with #D7614A

Text Example


Text Example

White with #D7614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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