Html Css Color HEX #D4666F Froly

📋 copy color: '#D4666F'

red 212 ◦ green 102 ◦ blue 111

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

Shades of Froly #D4666F

Tints of Froly #D4666F

RGB

 RED value IS 212 (83.2% from 255) = 49.88%

 GREEN value IS 102 (40.23% from 255) = 24%

 BLUE value IS 111 (43.75% from 255) = 26.12%

R = 49.88%
G = 24%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4666F (or 0xD4666F) is known color: Froly. HEX triplet: D4, 66 and 6F. RGB value is (212,102,111). Sum of RGB (Red+Green+Blue) = 212+102+111=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D4666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4666F is #2B9990. Grayscale: #878787. Windows color (decimal): -2857361 or 7300820. OLE color: 7300820.

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

Color convert

RGB 212 102 111 -
CMYK 0 0.52 0.48 0.17
HSL 355.09º 0.56% 0.62% -
HSV(B) 355.09º 0.52% 0.83% -
XYZ 34.77 24.65 17.96 -
YUV 135.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 212 102 111 0 0.52 0.48 0.17 355.09 0.56 0.62
Hex D4 66 6F 0 34 30 11 163 38 3E
Octal 324 146 157 0 64 60 21 543 70 76
Binary 11010100 1100110 1101111 0 110100 110000 10001 101100011 111000 111110

Color Harmonies of #D4666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4666F

Black with #D4666F

Text Example


Text Example

White with #D4666F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4666F; }

 p { color: rgb(212,102,111); }

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

background-color css

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

 a { background-color: rgb(212,102,111); }

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

border-color css

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

 span { border-color: rgb(212,102,111); }

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