Html Css Color HEX #DF6350 Flamingo

📋 copy color: '#DF6350'

red 223 ◦ green 99 ◦ blue 80

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

Shades of Flamingo #DF6350

Tints of Flamingo #DF6350

RGB

 RED value IS 223 (87.5% from 255) = 55.47%

 GREEN value IS 99 (39.06% from 255) = 24.63%

 BLUE value IS 80 (31.64% from 255) = 19.9%

R = 55.47%
G = 24.63%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF6350 (or 0xDF6350) is known color: Flamingo. HEX triplet: DF, 63 and 50. RGB value is (223,99,80). Sum of RGB (Red+Green+Blue) = 223+99+80=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6350 is #209CAF. Grayscale: #868686. Windows color (decimal): -2137264 or 5268447. OLE color: 5268447.

HSL color Cylindrical-coordinate representation of color #DF6350: hue angle of 7.97º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF6350 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 99 80 -
CMYK 0 0.56 0.64 0.13
HSL 7.97º 0.69% 0.59% -
HSV(B) 7.97º 0.64% 0.87% -
XYZ 36.34 25.19 10.54 -
YUV 133.91 97.58 191.54 -
System Red Green Blue C M Y K H S L
Decimal 223 99 80 0 0.56 0.64 0.13 7.97 0.69 0.59
Hex DF 63 50 0 38 40 D 8 45 3B
Octal 337 143 120 0 70 100 15 10 105 73
Binary 11011111 1100011 1010000 0 111000 1000000 1101 1000 1000101 111011

Color Harmonies of #DF6350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6350

Black with #DF6350

Text Example


Text Example

White with #DF6350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6350; }

 p { color: rgb(223,99,80); }

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

background-color css

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

 a { background-color: rgb(223,99,80); }

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

border-color css

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

 span { border-color: rgb(223,99,80); }

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