Html Css Color HEX #DC7375 Froly

📋 copy color: '#DC7375'

red 220 ◦ green 115 ◦ blue 117

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

Shades of Froly #DC7375

Tints of Froly #DC7375

RGB

 RED value IS 220 (86.33% from 255) = 48.67%

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

 BLUE value IS 117 (46.09% from 255) = 25.88%

R = 48.67%
G = 25.44%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC7375 (or 0xDC7375) is known color: Froly. HEX triplet: DC, 73 and 75. RGB value is (220,115,117). Sum of RGB (Red+Green+Blue) = 220+115+117=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7375 is #238C8A. Grayscale: #929292. Windows color (decimal): -2329739 or 7697372. OLE color: 7697372.

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

Color convert

RGB 220 115 117 -
CMYK 0 0.48 0.47 0.14
HSL 358.86º 0.6% 0.66% -
HSV(B) 358.86º 0.48% 0.86% -
XYZ 38.86 28.76 20.33 -
YUV 146.62 111.29 180.34 -
System Red Green Blue C M Y K H S L
Decimal 220 115 117 0 0.48 0.47 0.14 358.86 0.6 0.66
Hex DC 73 75 0 30 2F E 167 3C 42
Octal 334 163 165 0 60 57 16 547 74 102
Binary 11011100 1110011 1110101 0 110000 101111 1110 101100111 111100 1000010

Color Harmonies of #DC7375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7375

Black with #DC7375

Text Example


Text Example

White with #DC7375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7375; }

 p { color: rgb(220,115,117); }

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

background-color css

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

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

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

border-color css

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

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

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