Html Css Color HEX #DD7373 Geraldine

📋 copy color: '#DD7373'

red 221 ◦ green 115 ◦ blue 115

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

Shades of Geraldine #DD7373

Tints of Geraldine #DD7373

RGB

 RED value IS 221 (86.72% from 255) = 49%

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

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

R = 49%
G = 25.5%
B = 25.5%

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

#DD7373 (or 0xDD7373) is known color: Geraldine. HEX triplet: DD, 73 and 73. RGB value is (221,115,115). Sum of RGB (Red+Green+Blue) = 221+115+115=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7373 is #228C8C. Grayscale: #929292. Windows color (decimal): -2264205 or 7566301. OLE color: 7566301.

HSL color Cylindrical-coordinate representation of color #DD7373: hue angle of 0º degrees, saturation: 0.61, 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 #DD7373 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 115 115 -
CMYK 0 0.48 0.48 0.13
HSL 0.61% 0.66% -
HSV(B) 0.48% 0.87% -
XYZ 39.04 28.87 19.73 -
YUV 146.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 221 115 115 0 0.48 0.48 0.13 0 0.61 0.66
Hex DD 73 73 0 30 30 D 0 3D 42
Octal 335 163 163 0 60 60 15 0 75 102
Binary 11011101 1110011 1110011 0 110000 110000 1101 0 111101 1000010

Color Harmonies of #DD7373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7373

Black with #DD7373

Text Example


Text Example

White with #DD7373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7373; }

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

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

background-color css

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

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

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

border-color css

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

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

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