Html Css Color HEX #D3666F Froly

📋 copy color: '#D3666F'

red 211 ◦ green 102 ◦ blue 111

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

Shades of Froly #D3666F

Tints of Froly #D3666F

RGB

 RED value IS 211 (82.81% from 255) = 49.76%

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

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

R = 49.76%
G = 24.06%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D3666F (or 0xD3666F) is known color: Froly. HEX triplet: D3, 66 and 6F. RGB value is (211,102,111). Sum of RGB (Red+Green+Blue) = 211+102+111=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D3666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3666F is #2C9990. Grayscale: #878787. Windows color (decimal): -2922897 or 7300819. OLE color: 7300819.

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

Color convert

RGB 211 102 111 -
CMYK 0 0.52 0.47 0.17
HSL 355.05º 0.55% 0.61% -
HSV(B) 355.05º 0.52% 0.83% -
XYZ 34.48 24.5 17.95 -
YUV 135.62 114.11 181.77 -
System Red Green Blue C M Y K H S L
Decimal 211 102 111 0 0.52 0.47 0.17 355.05 0.55 0.61
Hex D3 66 6F 0 34 2F 11 163 37 3D
Octal 323 146 157 0 64 57 21 543 67 75
Binary 11010011 1100110 1101111 0 110100 101111 10001 101100011 110111 111101

Color Harmonies of #D3666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3666F

Black with #D3666F

Text Example


Text Example

White with #D3666F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3666F; }

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

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

background-color css

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

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

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

border-color css

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

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

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