Html Css Color HEX #DE7373 Geraldine

📋 copy color: '#DE7373'

red 222 ◦ green 115 ◦ blue 115

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

Shades of Geraldine #DE7373

Tints of Geraldine #DE7373

RGB

 RED value IS 222 (87.11% from 255) = 49.12%

 GREEN value IS 115 (45.31% from 255) = 25.44%

 BLUE value IS 115 (45.31% from 255) = 25.44%

R = 49.12%
G = 25.44%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE7373 (or 0xDE7373) is known color: Geraldine. HEX triplet: DE, 73 and 73. RGB value is (222,115,115). Sum of RGB (Red+Green+Blue) = 222+115+115=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7373 is #218C8C. Grayscale: #939393. Windows color (decimal): -2198669 or 7566302. OLE color: 7566302.

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

Color convert

RGB 222 115 115 -
CMYK 0 0.48 0.48 0.13
HSL 0.62% 0.66% -
HSV(B) 0.48% 0.87% -
XYZ 39.35 29.03 19.75 -
YUV 146.99 109.95 181.5 -
System Red Green Blue C M Y K H S L
Decimal 222 115 115 0 0.48 0.48 0.13 0 0.62 0.66
Hex DE 73 73 0 30 30 D 0 3E 42
Octal 336 163 163 0 60 60 15 0 76 102
Binary 11011110 1110011 1110011 0 110000 110000 1101 0 111110 1000010

Color Harmonies of #DE7373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7373

Black with #DE7373

Text Example


Text Example

White with #DE7373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7373; }

 p { color: rgb(222,115,115); }

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

background-color css

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

 a { background-color: rgb(222,115,115); }

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

border-color css

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

 span { border-color: rgb(222,115,115); }

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