Html Css Color HEX #DF7272 Geraldine

📋 copy color: '#DF7272'

red 223 ◦ green 114 ◦ blue 114

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

Shades of Geraldine #DF7272

Tints of Geraldine #DF7272

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.28%

 BLUE value IS 114 (44.92% from 255) = 25.28%

R = 49.45%
G = 25.28%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF7272 (or 0xDF7272) is known color: Geraldine. HEX triplet: DF, 72 and 72. RGB value is (223,114,114). Sum of RGB (Red+Green+Blue) = 223+114+114=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7272 is #208D8D. Grayscale: #929292. Windows color (decimal): -2133390 or 7500511. OLE color: 7500511.

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

Color convert

RGB 223 114 114 -
CMYK 0 0.49 0.49 0.13
HSL 0.63% 0.66% -
HSV(B) 0.49% 0.87% -
XYZ 39.49 28.94 19.42 -
YUV 146.59 109.61 182.5 -
System Red Green Blue C M Y K H S L
Decimal 223 114 114 0 0.49 0.49 0.13 0 0.63 0.66
Hex DF 72 72 0 31 31 D 0 3F 42
Octal 337 162 162 0 61 61 15 0 77 102
Binary 11011111 1110010 1110010 0 110001 110001 1101 0 111111 1000010

Color Harmonies of #DF7272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7272

Black with #DF7272

Text Example


Text Example

White with #DF7272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7272; }

 p { color: rgb(223,114,114); }

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

background-color css

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

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

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

border-color css

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

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

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